COLOR #E552F3

HEX: #E552F3
RGB: (229,82,243)

Color info

#E552F3 contains mainly red and blue colors. Web safe color of #E552F3 is #CC66FF (or #C6F).

RGB color model

#E552F3 color RGB value is (229,82,243).

  • red value is 229;
  • green value is 82;
  • blue value is 243.
RGB:
(229,82,243)
(90%,32%,95%)

RGB channels and saturation

R 229 of 255 = 90%
G 82 of 255 = 32%
B 243 of 255 = 95%

229
82
243

R + G + B ~ 72%. #E552F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 82 + 243 = 554 (100%)
R 229 of 554 ~ 41.34%
G 82 of 554 ~ 14.8%
B 243 of 554 ~ 43.86%

%41.34
%14.8
%43.86

CMYK color model

#E552F3 color CMYK value is (6,66,0,5).

  • cyan value is 5.76%
  • magenta value is 66.26%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(6,66,0,5)
C6M66Y0K5 
(6%,66%,0%,5%)
(0.06/0.66/0.00/0.05)	

CMYK percentages

%5.76
%66.26
%0
%4.71

Codes

Color #E552F3 in popluar color models

E552F3
RGB22982243
HSL295°87.03%63.73%
HSB/HSV295°66.26%95.29%
CMYK5.76%66.26%0.00%
4.71%

Color #E552F3 in popluar number systems.

HEXE552F3
Decimal22982243
Binary11100101101001011110011
Octal345122363

Shades and tints

Shades of #E552F3

#E552F3
(229,82,243)
#D14BDD
(209,75,221)
#BD44C7
(189,68,199)
#A93DB1
(169,61,177)
#95369B
(149,54,155)
#812F85
(129,47,133)
#6D286F
(109,40,111)
#592159
(89,33,89)
#451A43
(69,26,67)
#31132D
(49,19,45)
#1D0C17
(29,12,23)
#000000
(0,0,0)

Tints of #E552F3

#E552F3
(229,82,243)
#E761F4
(231,97,244)
#E970F5
(233,112,245)
#EB7FF6
(235,127,246)
#ED8EF7
(237,142,247)
#EF9DF8
(239,157,248)
#F1ACF9
(241,172,249)
#F3BBFA
(243,187,250)
#F5CAFB
(245,202,251)
#F7D9FC
(247,217,252)
#F9E8FD
(249,232,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E552F3 color. Also use rgb(229,82,243) instead hex code.

Text Font Color

.myTextColor { color: #E552F3; }

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

This text font color is #E552F3.


Background Color

.myBgColor { background-color: #E552F3; }

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

This div background color is #E552F3.


Border color

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

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

This div border color is #E552F3.


Opacity

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

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

Text with #E552F3 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 #E552F3;}

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

This text has shadow with #E552F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E552F3 on black background.


Color preview on white background

This text has color #E552F3 on white background.



Black color preview on #E552F3 background

This text has black color on #E552F3 background.


White color preview on #E552F3 background

This text has white color on #E552F3 background.