Html Css Color HEX #E12DAE Persian Rose

📋 copy color: '#E12DAE'

red 225 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #E12DAE

Tints of Persian Rose #E12DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.19%

R = 50.68%
G = 10.14%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E12DAE (or 0xE12DAE) is known color: Persian Rose. HEX triplet: E1, 2D and AE. RGB value is (225,45,174). Sum of RGB (Red+Green+Blue) = 225+45+174=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12DAE is #1ED251. Grayscale: #717171. Windows color (decimal): -2019922 or 11415009. OLE color: 11415009.

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

Color convert

RGB 225 45 174 -
CMYK 0 0.8 0.23 0.12
HSL 317º 0.75% 0.53% -
HSV(B) 317º 0.8% 0.88% -
XYZ 39.63 20.94 42 -
YUV 113.53 162.13 207.51 -
System Red Green Blue C M Y K H S L
Decimal 225 45 174 0 0.8 0.23 0.12 317 0.75 0.53
Hex E1 2D AE 0 50 17 C 13D 4B 35
Octal 341 55 256 0 120 27 14 475 113 65
Binary 11100001 101101 10101110 0 1010000 10111 1100 100111101 1001011 110101

Color Harmonies of #E12DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DAE

Black with #E12DAE

Text Example


Text Example

White with #E12DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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