Html Css Color HEX #E12DAC Persian Rose

📋 copy color: '#E12DAC'

red 225 ◦ green 45 ◦ blue 172

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

Shades of Persian Rose #E12DAC

Tints of Persian Rose #E12DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.18%

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

R = 50.9%
G = 10.18%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E12DAC (or 0xE12DAC) is known color: Persian Rose. HEX triplet: E1, 2D and AC. RGB value is (225,45,172). Sum of RGB (Red+Green+Blue) = 225+45+172=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12DAC is #1ED253. Grayscale: #707070. Windows color (decimal): -2019924 or 11283937. OLE color: 11283937.

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

Color convert

RGB 225 45 172 -
CMYK 0 0.8 0.24 0.12
HSL 317.67º 0.75% 0.53% -
HSV(B) 317.67º 0.8% 0.88% -
XYZ 39.44 20.86 40.98 -
YUV 113.3 161.13 207.67 -
System Red Green Blue C M Y K H S L
Decimal 225 45 172 0 0.8 0.24 0.12 317.67 0.75 0.53
Hex E1 2D AC 0 50 18 C 13E 4B 35
Octal 341 55 254 0 120 30 14 476 113 65
Binary 11100001 101101 10101100 0 1010000 11000 1100 100111110 1001011 110101

Color Harmonies of #E12DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DAC

Black with #E12DAC

Text Example


Text Example

White with #E12DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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