Html Css Color HEX #E12BAA Persian Rose

📋 copy color: '#E12BAA'

red 225 ◦ green 43 ◦ blue 170

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

Shades of Persian Rose #E12BAA

Tints of Persian Rose #E12BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.82%

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 51.37%
G = 9.82%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E12BAA (or 0xE12BAA) is known color: Persian Rose. HEX triplet: E1, 2B and AA. RGB value is (225,43,170). Sum of RGB (Red+Green+Blue) = 225+43+170=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BAA is #1ED455. Grayscale: #6F6F6F. Windows color (decimal): -2020438 or 11152353. OLE color: 11152353.

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

Color convert

RGB 225 43 170 -
CMYK 0 0.81 0.24 0.12
HSL 318.13º 0.75% 0.53% -
HSV(B) 318.13º 0.81% 0.88% -
XYZ 39.17 20.64 39.95 -
YUV 111.9 160.8 208.67 -
System Red Green Blue C M Y K H S L
Decimal 225 43 170 0 0.81 0.24 0.12 318.13 0.75 0.53
Hex E1 2B AA 0 51 18 C 13E 4B 35
Octal 341 53 252 0 121 30 14 476 113 65
Binary 11100001 101011 10101010 0 1010001 11000 1100 100111110 1001011 110101

Color Harmonies of #E12BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BAA

Black with #E12BAA

Text Example


Text Example

White with #E12BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BAA; }

 p { color: rgb(225,43,170); }

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

background-color css

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

 a { background-color: rgb(225,43,170); }

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

border-color css

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

 span { border-color: rgb(225,43,170); }

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