Html Css Color HEX #E22EA2 Persian Rose

📋 copy color: '#E22EA2'

red 226 ◦ green 46 ◦ blue 162

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

Shades of Persian Rose #E22EA2

Tints of Persian Rose #E22EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 52.07%
G = 10.6%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E22EA2 (or 0xE22EA2) is known color: Persian Rose. HEX triplet: E2, 2E and A2. RGB value is (226,46,162). Sum of RGB (Red+Green+Blue) = 226+46+162=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E22EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22EA2 is #1DD15D. Grayscale: #707070. Windows color (decimal): -1954142 or 10628834. OLE color: 10628834.

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

Color convert

RGB 226 46 162 -
CMYK 0 0.80 0.28 0.11
HSL 321.33º 0.76% 0.53% -
HSV(B) 321.33º 0.8% 0.89% -
XYZ 38.86 20.73 36.14 -
YUV 113.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 226 46 162 0 0.80 0.28 0.11 321.33 0.76 0.53
Hex E2 2E A2 0 50 1C B 141 4C 35
Octal 342 56 242 0 120 34 13 501 114 65
Binary 11100010 101110 10100010 0 1010000 11100 1011 101000001 1001100 110101

Color Harmonies of #E22EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22EA2

Black with #E22EA2

Text Example


Text Example

White with #E22EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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