#E574B6

Color #E574B6 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E574B6

Tints of Persian Pink #E574B6

Color information

#E574B6 (or 0xE574B6) is unknown color: approx Persian Pink. HEX triplet: E5, 74 and B6. RGB value is (229,116,182). Sum of RGB (Red+Green+Blue) = 229+116+182=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E574B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574B6 is #1A8B49. Grayscale: #9D9D9D. Windows color (decimal): -1739594 or 11957477. OLE color: 11957477.

HSL color Cylindrical-coordinate representation of color #E574B6: hue angle of 324.96º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E574B6 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB229116182-
CMYK00.490.210.10
HSL324.96º68.48%67.65%-
HSV(B)324.96º49.34%89.8%-
XYZ4732.5348.06-
YUV157.31141.94179.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 116 (45.70% from 255) = 22.01%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=43.45%
G=22.01%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911618200.490.210.10324.9668.4867.65
HexE574B603115A1454444
Octal3451642660612512505104104
Binary11100101111010010110110011000110101101010100010110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E574B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E574B6; }

 p { color: rgb(229,116,182); }

 H1.HeaderClassName
 {
   color: #E574B6;
 }
 .AnyTagClassName
 {
   color: #E574B6;
 }
</style>
background-color css

<style>
 a { background-color: #E574B6; }

 a { background-color: rgb(229,116,182); }

 div.DivClassName
 {
   background-color: #E574B6;
 }
 .BgClassName
 {
   background-color: #E574B6;
 }
</style>
border-color css

<style>
 span { border-color: #E574B6; }

 span { border-color: rgb(229,116,182); }

 td.TdClassName
 {
   border-color: #E574B6;
 }
 .TagClassName
 {
   border-color: #E574B6;
 }
</style>