Html Css Color HEX #E12DAB Persian Rose

📋 copy color: '#E12DAB'

red 225 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #E12DAB

Tints of Persian Rose #E12DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 51.02%
G = 10.2%
B = 38.78%

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

#E12DAB (or 0xE12DAB) is known color: Persian Rose. HEX triplet: E1, 2D and AB. RGB value is (225,45,171). Sum of RGB (Red+Green+Blue) = 225+45+171=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12DAB is #1ED254. Grayscale: #707070. Windows color (decimal): -2019925 or 11218401. OLE color: 11218401.

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

Color convert

RGB 225 45 171 -
CMYK 0 0.8 0.24 0.12
HSL 318º 0.75% 0.53% -
HSV(B) 318º 0.8% 0.88% -
XYZ 39.34 20.82 40.47 -
YUV 113.18 160.63 207.75 -
System Red Green Blue C M Y K H S L
Decimal 225 45 171 0 0.8 0.24 0.12 318 0.75 0.53
Hex E1 2D AB 0 50 18 C 13E 4B 35
Octal 341 55 253 0 120 30 14 476 113 65
Binary 11100001 101101 10101011 0 1010000 11000 1100 100111110 1001011 110101

Color Harmonies of #E12DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DAB

Black with #E12DAB

Text Example


Text Example

White with #E12DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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