#E42DAE

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

Shades of Persian Rose #E42DAE

Tints of Persian Rose #E42DAE

Color information

#E42DAE (or 0xE42DAE) is unknown color: approx Persian Rose. HEX triplet: E4, 2D and AE. RGB value is (228,45,174). Sum of RGB (Red+Green+Blue) = 228+45+174=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E42DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42DAE is #1BD251. Grayscale: #727272. Windows color (decimal): -1823314 or 11415012. OLE color: 11415012.

HSL color Cylindrical-coordinate representation of color #E42DAE: hue angle of 317.7º 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 #E42DAE is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB22845174-
CMYK00.800.240.11
HSL317.7º77.22%53.53%-
HSV(B)317.7º80.26%89.41%-
XYZ40.5721.4342.04-
YUV114.42161.63209.01-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.01%
GREEN value IS 45 (17.97% from 255) = 10.07%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=51.01%
G=10.07%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284517400.800.240.11317.777.2253.53
HexE42DAE05018B13e4d36
Octal344552560120301347611566
Binary1110010010110110101110010100001100010111001111101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42DAE; }

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

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

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

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

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

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

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

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