Html Css Color HEX #E12DA8 Persian Rose

📋 copy color: '#E12DA8'

red 225 ◦ green 45 ◦ blue 168

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

Shades of Persian Rose #E12DA8

Tints of Persian Rose #E12DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 51.37%
G = 10.27%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E12DA8 (or 0xE12DA8) is known color: Persian Rose. HEX triplet: E1, 2D and A8. RGB value is (225,45,168). Sum of RGB (Red+Green+Blue) = 225+45+168=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12DA8 is #1ED257. Grayscale: #707070. Windows color (decimal): -2019928 or 11021793. OLE color: 11021793.

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

Color convert

RGB 225 45 168 -
CMYK 0 0.8 0.25 0.12
HSL 319º 0.75% 0.53% -
HSV(B) 319º 0.8% 0.88% -
XYZ 39.06 20.71 38.98 -
YUV 112.84 159.13 208 -
System Red Green Blue C M Y K H S L
Decimal 225 45 168 0 0.8 0.25 0.12 319 0.75 0.53
Hex E1 2D A8 0 50 19 C 13F 4B 35
Octal 341 55 250 0 120 31 14 477 113 65
Binary 11100001 101101 10101000 0 1010000 11001 1100 100111111 1001011 110101

Color Harmonies of #E12DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DA8

Black with #E12DA8

Text Example


Text Example

White with #E12DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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