COLOR #E530B3

HEX: #E530B3
RGB: (229,48,179)

Color info

#E530B3 contains mainly red and blue colors. Web safe color of #E530B3 is #CC3399 (or #C39).

RGB color model

#E530B3 color RGB value is (229,48,179).

  • red value is 229;
  • green value is 48;
  • blue value is 179.
RGB:
(229,48,179)
(90%,19%,70%)

RGB channels and saturation

R 229 of 255 = 90%
G 48 of 255 = 19%
B 179 of 255 = 70%

229
48
179

R + G + B ~ 60%. #E530B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
229 + 48 + 179 = 456 (100%)
R 229 of 456 ~ 50.22%
G 48 of 456 ~ 10.53%
B 179 of 456 ~ 39.25%

%50.22
%10.53
%39.25

CMYK color model

#E530B3 color CMYK value is (0,79,22,10).

  • cyan value is 0.00%
  • magenta value is 79.04%
  • yellow value is 21.83%
  • key color value is 10.20%
CMYK:
(0,79,22,10)
C0M79Y22K10 
(0%,79%,22%,10%)
(0.00/0.79/0.22/0.10)	

CMYK percentages

%0
%79.04
%21.83
%10.2

Codes

Color #E530B3 in popluar color models

E530B3
RGB22948179
HSL317°77.68%54.31%
HSB/HSV317°79.04%89.80%
CMYK0.00%79.04%21.83%
10.20%

Color #E530B3 in popluar number systems.

HEXE530B3
Decimal22948179
Binary1110010111000010110011
Octal34560263

Shades and tints

Shades of #E530B3

#E530B3
(229,48,179)
#D12CA3
(209,44,163)
#BD2893
(189,40,147)
#A92483
(169,36,131)
#952073
(149,32,115)
#811C63
(129,28,99)
#6D1853
(109,24,83)
#591443
(89,20,67)
#451033
(69,16,51)
#310C23
(49,12,35)
#1D0813
(29,8,19)
#000000
(0,0,0)

Tints of #E530B3

#E530B3
(229,48,179)
#E742B9
(231,66,185)
#E954BF
(233,84,191)
#EB66C5
(235,102,197)
#ED78CB
(237,120,203)
#EF8AD1
(239,138,209)
#F19CD7
(241,156,215)
#F3AEDD
(243,174,221)
#F5C0E3
(245,192,227)
#F7D2E9
(247,210,233)
#F9E4EF
(249,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E530B3 color. Also use rgb(229,48,179) instead hex code.

Text Font Color

.myTextColor { color: #E530B3; }

<p style="color:#E530B3">This sample text font color is #E530B3.</p>

This text font color is #E530B3.


Background Color

.myBgColor { background-color: #E530B3; }

<div style="background-color:#E530B3">Inner text</div>

This div background color is #E530B3.


Border color

.myBorderColor { border: 1px solid #E530B3; }

<div style="border:3px solid #E530B3">Div</div>

This div border color is #E530B3.


Opacity

.myOpacity80 { color: #E530B3; opacity: 0.8; }

<p style="color:#E530B3;opacity:0.8;">80%</p>

Text with #E530B3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E530B3;}

<p style="text-shadow: 3px 3px 1px #E530B3">Text here.</p>

This text has shadow with #E530B3 color.

.textShadow {text-shadow: 3px 3px 1px #E530B3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E530B3, 5px 5px 20px red">Text here.</p>

This text has shadow with #E530B3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E530B3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E530B3, Direction=45, Strength=4)">Text</p>

This text has shadow with #E530B3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E530B3;
  -webkit-box-shadow:	1px 1px 3px 2px #E530B3;
  box-shadow:		1px 1px 3px 2px #E530B3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E530B3;
-webkit-box-shadow: 1px 1px 3px 2px #E530B3;
box-shadow:1px 1px 3px 2px #E530B3;">
Div content here</div>
This div box has shadow with color #E530B3.

Preview

Color preview on black background

This text has color #E530B3 on black background.


Color preview on white background

This text has color #E530B3 on white background.



Black color preview on #E530B3 background

This text has black color on #E530B3 background.


White color preview on #E530B3 background

This text has white color on #E530B3 background.