Html Css Color HEX #E12DB6 Spicy Pink

📋 copy color: '#E12DB6'

red 225 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #E12DB6

Tints of Spicy Pink #E12DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.27%

R = 49.78%
G = 9.96%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E12DB6 (or 0xE12DB6) is known color: Spicy Pink. HEX triplet: E1, 2D and B6. RGB value is (225,45,182). Sum of RGB (Red+Green+Blue) = 225+45+182=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DB6 is #1ED249. Grayscale: #727272. Windows color (decimal): -2019914 or 11939297. OLE color: 11939297.

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

Color convert

RGB 225 45 182 -
CMYK 0 0.8 0.19 0.12
HSL 314.33º 0.75% 0.53% -
HSV(B) 314.33º 0.8% 0.88% -
XYZ 40.43 21.26 46.23 -
YUV 114.44 166.13 206.86 -
System Red Green Blue C M Y K H S L
Decimal 225 45 182 0 0.8 0.19 0.12 314.33 0.75 0.53
Hex E1 2D B6 0 50 13 C 13A 4B 35
Octal 341 55 266 0 120 23 14 472 113 65
Binary 11100001 101101 10110110 0 1010000 10011 1100 100111010 1001011 110101

Color Harmonies of #E12DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DB6

Black with #E12DB6

Text Example


Text Example

White with #E12DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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