Html Css Color HEX #E122A4 Persian Rose

📋 copy color: '#E122A4'

red 225 ◦ green 34 ◦ blue 164

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

Shades of Persian Rose #E122A4

Tints of Persian Rose #E122A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 53.19%
G = 8.04%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E122A4 (or 0xE122A4) is known color: Persian Rose. HEX triplet: E1, 22 and A4. RGB value is (225,34,164). Sum of RGB (Red+Green+Blue) = 225+34+164=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E122A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122A4 is #1EDD5B. Grayscale: #696969. Windows color (decimal): -2022748 or 10756833. OLE color: 10756833.

HSL color Cylindrical-coordinate representation of color #E122A4: hue angle of 319.16º 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 #E122A4 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 164 -
CMYK 0 0.85 0.27 0.12
HSL 319.16º 0.76% 0.51% -
HSV(B) 319.16º 0.85% 0.88% -
XYZ 38.32 19.83 36.93 -
YUV 105.93 160.78 212.93 -
System Red Green Blue C M Y K H S L
Decimal 225 34 164 0 0.85 0.27 0.12 319.16 0.76 0.51
Hex E1 22 A4 0 55 1B C 13F 4C 33
Octal 341 42 244 0 125 33 14 477 114 63
Binary 11100001 100010 10100100 0 1010101 11011 1100 100111111 1001100 110011

Color Harmonies of #E122A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122A4

Black with #E122A4

Text Example


Text Example

White with #E122A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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