Html Css Color HEX #E22DAE Persian Rose

📋 copy color: '#E22DAE'

red 226 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #E22DAE

Tints of Persian Rose #E22DAE

RGB

 RED value IS 226 (88.67% from 255) = 50.79%

 GREEN value IS 45 (17.97% from 255) = 10.11%

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 50.79%
G = 10.11%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E22DAE (or 0xE22DAE) is known color: Persian Rose. HEX triplet: E2, 2D and AE. RGB value is (226,45,174). Sum of RGB (Red+Green+Blue) = 226+45+174=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E22DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22DAE is #1DD251. Grayscale: #717171. Windows color (decimal): -1954386 or 11415010. OLE color: 11415010.

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

Color convert

RGB 226 45 174 -
CMYK 0 0.80 0.23 0.11
HSL 317.24º 0.76% 0.53% -
HSV(B) 317.24º 0.8% 0.89% -
XYZ 39.94 21.1 42.01 -
YUV 113.83 161.97 208.01 -
System Red Green Blue C M Y K H S L
Decimal 226 45 174 0 0.80 0.23 0.11 317.24 0.76 0.53
Hex E2 2D AE 0 50 17 B 13D 4C 35
Octal 342 55 256 0 120 27 13 475 114 65
Binary 11100010 101101 10101110 0 1010000 10111 1011 100111101 1001100 110101

Color Harmonies of #E22DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22DAE

Black with #E22DAE

Text Example


Text Example

White with #E22DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22DAE; }

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

 H1.HeaderClassName
 {
   color: #E22DAE;
 }
 .AnyTagClassName
 {
   color: #E22DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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