Html Css Color HEX #E12EAC Persian Rose

📋 copy color: '#E12EAC'

red 225 ◦ green 46 ◦ blue 172

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

Shades of Persian Rose #E12EAC

Tints of Persian Rose #E12EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 50.79%
G = 10.38%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E12EAC (or 0xE12EAC) is known color: Persian Rose. HEX triplet: E1, 2E and AC. RGB value is (225,46,172). Sum of RGB (Red+Green+Blue) = 225+46+172=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12EAC is #1ED153. Grayscale: #717171. Windows color (decimal): -2019668 or 11284193. OLE color: 11284193.

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

Color convert

RGB 225 46 172 -
CMYK 0 0.80 0.24 0.12
HSL 317.77º 0.75% 0.53% -
HSV(B) 317.77º 0.8% 0.88% -
XYZ 39.47 20.94 40.99 -
YUV 113.89 160.8 207.25 -
System Red Green Blue C M Y K H S L
Decimal 225 46 172 0 0.80 0.24 0.12 317.77 0.75 0.53
Hex E1 2E AC 0 50 18 C 13E 4B 35
Octal 341 56 254 0 120 30 14 476 113 65
Binary 11100001 101110 10101100 0 1010000 11000 1100 100111110 1001011 110101

Color Harmonies of #E12EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EAC

Black with #E12EAC

Text Example


Text Example

White with #E12EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EAC; }

 p { color: rgb(225,46,172); }

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

background-color css

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

 a { background-color: rgb(225,46,172); }

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

border-color css

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

 span { border-color: rgb(225,46,172); }

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