Html Css Color HEX #E12DA6 Persian Rose

📋 copy color: '#E12DA6'

red 225 ◦ green 45 ◦ blue 166

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

Shades of Persian Rose #E12DA6

Tints of Persian Rose #E12DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.07%

R = 51.61%
G = 10.32%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E12DA6 (or 0xE12DA6) is known color: Persian Rose. HEX triplet: E1, 2D and A6. RGB value is (225,45,166). Sum of RGB (Red+Green+Blue) = 225+45+166=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12DA6 is #1ED259. Grayscale: #707070. Windows color (decimal): -2019930 or 10890721. OLE color: 10890721.

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

Color convert

RGB 225 45 166 -
CMYK 0 0.8 0.26 0.12
HSL 319.67º 0.75% 0.53% -
HSV(B) 319.67º 0.8% 0.88% -
XYZ 38.87 20.64 38.01 -
YUV 112.61 158.13 208.16 -
System Red Green Blue C M Y K H S L
Decimal 225 45 166 0 0.8 0.26 0.12 319.67 0.75 0.53
Hex E1 2D A6 0 50 1A C 140 4B 35
Octal 341 55 246 0 120 32 14 500 113 65
Binary 11100001 101101 10100110 0 1010000 11010 1100 101000000 1001011 110101

Color Harmonies of #E12DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DA6

Black with #E12DA6

Text Example


Text Example

White with #E12DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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