#E574B7

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

Shades of Persian Pink #E574B7

Tints of Persian Pink #E574B7

Color information

#E574B7 (or 0xE574B7) is unknown color: approx Persian Pink. HEX triplet: E5, 74 and B7. RGB value is (229,116,183). Sum of RGB (Red+Green+Blue) = 229+116+183=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E574B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574B7 is #1A8B48. Grayscale: #9D9D9D. Windows color (decimal): -1739593 or 12023013. OLE color: 12023013.

HSL color Cylindrical-coordinate representation of color #E574B7: hue angle of 324.42º 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 #E574B7 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB229116183-
CMYK00.490.200.10
HSL324.42º68.48%67.65%-
HSV(B)324.42º49.34%89.8%-
XYZ47.1132.5748.6-
YUV157.42142.44179.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.37%
GREEN value IS 116 (45.70% from 255) = 21.97%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=43.37%
G=21.97%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911618300.490.200.10324.4268.4867.65
HexE574B703114A1444444
Octal3451642670612412504104104
Binary11100101111010010110111011000110100101010100010010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E574B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E574B7; }

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

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

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

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

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

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

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

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