#E42DAF

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

Shades of Persian Rose #E42DAF

Tints of Persian Rose #E42DAF

Color information

#E42DAF (or 0xE42DAF) is unknown color: approx Persian Rose. HEX triplet: E4, 2D and AF. RGB value is (228,45,175). Sum of RGB (Red+Green+Blue) = 228+45+175=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42DAF is #1BD250. Grayscale: #727272. Windows color (decimal): -1823313 or 11480548. OLE color: 11480548.

HSL color Cylindrical-coordinate representation of color #E42DAF: hue angle of 317.38º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42DAF is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB22845175-
CMYK00.800.230.11
HSL317.38º77.22%53.53%-
HSV(B)317.38º80.26%89.41%-
XYZ40.6721.4742.56-
YUV114.54162.13208.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.89%
GREEN value IS 45 (17.97% from 255) = 10.04%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=50.89%
G=10.04%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284517500.800.230.11317.3877.2253.53
HexE42DAF05017B13d4d36
Octal344552570120271347511566
Binary1110010010110110101111010100001011110111001111011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42DAF; }

 p { color: rgb(228,45,175); }

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

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

 a { background-color: rgb(228,45,175); }

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

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

 span { border-color: rgb(228,45,175); }

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