Html Css Color HEX #E42DAE Persian Rose

📋 copy color: '#E42DAE'

red 228 ◦ green 45 ◦ blue 174

#E42DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E42DAE

Tints of Persian Rose #E42DAE

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 value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E42DAE (or 0xE42DAE) is known color: 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

RGB 228 45 174 -
CMYK 0 0.80 0.24 0.11
HSL 317.7º 0.77% 0.54% -
HSV(B) 317.7º 0.8% 0.89% -
XYZ 40.57 21.43 42.04 -
YUV 114.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 228 45 174 0 0.80 0.24 0.11 317.7 0.77 0.54
Hex E4 2D AE 0 50 18 B 13E 4D 36
Octal 344 55 256 0 120 30 13 476 115 66
Binary 11100100 101101 10101110 0 1010000 11000 1011 100111110 1001101 110110

Color Harmonies of #E42DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42DAE

Black with #E42DAE

Text Example


Text Example

White with #E42DAE

Text Example


Text Example

HTML Codes & Css Web 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>