Html Css Color HEX #E12AA2 Persian Rose

📋 copy color: '#E12AA2'

red 225 ◦ green 42 ◦ blue 162

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

Shades of Persian Rose #E12AA2

Tints of Persian Rose #E12AA2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.79%

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

R = 52.45%
G = 9.79%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E12AA2 (or 0xE12AA2) is known color: Persian Rose. HEX triplet: E1, 2A and A2. RGB value is (225,42,162). Sum of RGB (Red+Green+Blue) = 225+42+162=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E12AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12AA2 is #1ED55D. Grayscale: #6E6E6E. Windows color (decimal): -2020702 or 10627809. OLE color: 10627809.

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

Color convert

RGB 225 42 162 -
CMYK 0 0.81 0.28 0.12
HSL 320.66º 0.75% 0.52% -
HSV(B) 320.66º 0.81% 0.88% -
XYZ 38.4 20.27 36.07 -
YUV 110.4 157.13 209.74 -
System Red Green Blue C M Y K H S L
Decimal 225 42 162 0 0.81 0.28 0.12 320.66 0.75 0.52
Hex E1 2A A2 0 51 1C C 141 4B 34
Octal 341 52 242 0 121 34 14 501 113 64
Binary 11100001 101010 10100010 0 1010001 11100 1100 101000001 1001011 110100

Color Harmonies of #E12AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AA2

Black with #E12AA2

Text Example


Text Example

White with #E12AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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