Html Css Color HEX #E12DB0 Persian Rose

📋 copy color: '#E12DB0'

red 225 ◦ green 45 ◦ blue 176

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

Shades of Persian Rose #E12DB0

Tints of Persian Rose #E12DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.46%

R = 50.45%
G = 10.09%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E12DB0 (or 0xE12DB0) is known color: Persian Rose. HEX triplet: E1, 2D and B0. RGB value is (225,45,176). Sum of RGB (Red+Green+Blue) = 225+45+176=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12DB0 is #1ED24F. Grayscale: #717171. Windows color (decimal): -2019920 or 11546081. OLE color: 11546081.

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

Color convert

RGB 225 45 176 -
CMYK 0 0.8 0.22 0.12
HSL 316.33º 0.75% 0.53% -
HSV(B) 316.33º 0.8% 0.88% -
XYZ 39.83 21.02 43.03 -
YUV 113.75 163.13 207.35 -
System Red Green Blue C M Y K H S L
Decimal 225 45 176 0 0.8 0.22 0.12 316.33 0.75 0.53
Hex E1 2D B0 0 50 16 C 13C 4B 35
Octal 341 55 260 0 120 26 14 474 113 65
Binary 11100001 101101 10110000 0 1010000 10110 1100 100111100 1001011 110101

Color Harmonies of #E12DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DB0

Black with #E12DB0

Text Example


Text Example

White with #E12DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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