Html Css Color HEX #E12CAC Persian Rose

📋 copy color: '#E12CAC'

red 225 ◦ green 44 ◦ blue 172

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

Shades of Persian Rose #E12CAC

Tints of Persian Rose #E12CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.98%

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

R = 51.02%
G = 9.98%
B = 39%

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

#E12CAC (or 0xE12CAC) is known color: Persian Rose. HEX triplet: E1, 2C and AC. RGB value is (225,44,172). Sum of RGB (Red+Green+Blue) = 225+44+172=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E12CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12CAC is #1ED353. Grayscale: #707070. Windows color (decimal): -2020180 or 11283681. OLE color: 11283681.

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

Color convert

RGB 225 44 172 -
CMYK 0 0.80 0.24 0.12
HSL 317.57º 0.75% 0.53% -
HSV(B) 317.57º 0.8% 0.88% -
XYZ 39.4 20.79 40.97 -
YUV 112.71 161.47 208.09 -
System Red Green Blue C M Y K H S L
Decimal 225 44 172 0 0.80 0.24 0.12 317.57 0.75 0.53
Hex E1 2C AC 0 50 18 C 13E 4B 35
Octal 341 54 254 0 120 30 14 476 113 65
Binary 11100001 101100 10101100 0 1010000 11000 1100 100111110 1001011 110101

Color Harmonies of #E12CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CAC

Black with #E12CAC

Text Example


Text Example

White with #E12CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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