Html Css Color HEX #E22EA8 Persian Rose

📋 copy color: '#E22EA8'

red 226 ◦ green 46 ◦ blue 168

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

Shades of Persian Rose #E22EA8

Tints of Persian Rose #E22EA8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.45%

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 51.36%
G = 10.45%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E22EA8 (or 0xE22EA8) is known color: Persian Rose. HEX triplet: E2, 2E and A8. RGB value is (226,46,168). Sum of RGB (Red+Green+Blue) = 226+46+168=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E22EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22EA8 is #1DD157. Grayscale: #717171. Windows color (decimal): -1954136 or 11022050. OLE color: 11022050.

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

Color convert

RGB 226 46 168 -
CMYK 0 0.80 0.26 0.11
HSL 319.33º 0.76% 0.53% -
HSV(B) 319.33º 0.8% 0.89% -
XYZ 39.41 20.95 39.01 -
YUV 113.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 226 46 168 0 0.80 0.26 0.11 319.33 0.76 0.53
Hex E2 2E A8 0 50 1A B 13F 4C 35
Octal 342 56 250 0 120 32 13 477 114 65
Binary 11100010 101110 10101000 0 1010000 11010 1011 100111111 1001100 110101

Color Harmonies of #E22EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22EA8

Black with #E22EA8

Text Example


Text Example

White with #E22EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22EA8; }

 p { color: rgb(226,46,168); }

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

background-color css

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

 a { background-color: rgb(226,46,168); }

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

border-color css

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

 span { border-color: rgb(226,46,168); }

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