#E574B9

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

Shades of Persian Pink #E574B9

Tints of Persian Pink #E574B9

Color information

#E574B9 (or 0xE574B9) is unknown color: approx Persian Pink. HEX triplet: E5, 74 and B9. RGB value is (229,116,185). Sum of RGB (Red+Green+Blue) = 229+116+185=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E574B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574B9 is #1A8B46. Grayscale: #9D9D9D. Windows color (decimal): -1739591 or 12154085. OLE color: 12154085.

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

Color convert

RGB229116185-
CMYK00.490.190.10
HSL323.36º68.48%67.65%-
HSV(B)323.36º49.34%89.8%-
XYZ47.3232.6549.71-
YUV157.65143.44178.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.21%
GREEN value IS 116 (45.70% from 255) = 21.89%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=43.21%
G=21.89%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911618500.490.190.10323.3668.4867.65
HexE574B903113A1434444
Octal3451642710612312503104104
Binary11100101111010010111001011000110011101010100001110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E574B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E574B9; }

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

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

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

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

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

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

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

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