Html Css Color HEX #E12DB1 Spicy Pink

📋 copy color: '#E12DB1'

red 225 ◦ green 45 ◦ blue 177

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

Shades of Spicy Pink #E12DB1

Tints of Spicy Pink #E12DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.6%

R = 50.34%
G = 10.07%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E12DB1 (or 0xE12DB1) is known color: Spicy Pink. HEX triplet: E1, 2D and B1. RGB value is (225,45,177). Sum of RGB (Red+Green+Blue) = 225+45+177=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12DB1 is #1ED24E. Grayscale: #717171. Windows color (decimal): -2019919 or 11611617. OLE color: 11611617.

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

Color convert

RGB 225 45 177 -
CMYK 0 0.8 0.21 0.12
HSL 316º 0.75% 0.53% -
HSV(B) 316º 0.8% 0.88% -
XYZ 39.93 21.06 43.56 -
YUV 113.87 163.63 207.27 -
System Red Green Blue C M Y K H S L
Decimal 225 45 177 0 0.8 0.21 0.12 316 0.75 0.53
Hex E1 2D B1 0 50 15 C 13C 4B 35
Octal 341 55 261 0 120 25 14 474 113 65
Binary 11100001 101101 10110001 0 1010000 10101 1100 100111100 1001011 110101

Color Harmonies of #E12DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DB1

Black with #E12DB1

Text Example


Text Example

White with #E12DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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