Html Css Color HEX #E122A2 Persian Rose

📋 copy color: '#E122A2'

red 225 ◦ green 34 ◦ blue 162

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

Shades of Persian Rose #E122A2

Tints of Persian Rose #E122A2

RGB

 RED value IS 225 (88.28% from 255) = 53.44%

 GREEN value IS 34 (13.67% from 255) = 8.08%

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

R = 53.44%
G = 8.08%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E122A2 (or 0xE122A2) is known color: Persian Rose. HEX triplet: E1, 22 and A2. RGB value is (225,34,162). Sum of RGB (Red+Green+Blue) = 225+34+162=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E122A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122A2 is #1EDD5D. Grayscale: #696969. Windows color (decimal): -2022750 or 10625761. OLE color: 10625761.

HSL color Cylindrical-coordinate representation of color #E122A2: hue angle of 319.79º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E122A2 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 162 -
CMYK 0 0.85 0.28 0.12
HSL 319.79º 0.76% 0.51% -
HSV(B) 319.79º 0.85% 0.88% -
XYZ 38.14 19.76 35.99 -
YUV 105.7 159.78 213.09 -
System Red Green Blue C M Y K H S L
Decimal 225 34 162 0 0.85 0.28 0.12 319.79 0.76 0.51
Hex E1 22 A2 0 55 1C C 140 4C 33
Octal 341 42 242 0 125 34 14 500 114 63
Binary 11100001 100010 10100010 0 1010101 11100 1100 101000000 1001100 110011

Color Harmonies of #E122A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122A2

Black with #E122A2

Text Example


Text Example

White with #E122A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122A2; }

 p { color: rgb(225,34,162); }

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

background-color css

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

 a { background-color: rgb(225,34,162); }

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

border-color css

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

 span { border-color: rgb(225,34,162); }

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