Html Css Color HEX #E12DB5 Spicy Pink

📋 copy color: '#E12DB5'

red 225 ◦ green 45 ◦ blue 181

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

Shades of Spicy Pink #E12DB5

Tints of Spicy Pink #E12DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.13%

R = 49.89%
G = 9.98%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E12DB5 (or 0xE12DB5) is known color: Spicy Pink. HEX triplet: E1, 2D and B5. RGB value is (225,45,181). Sum of RGB (Red+Green+Blue) = 225+45+181=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DB5 is #1ED24A. Grayscale: #717171. Windows color (decimal): -2019915 or 11873761. OLE color: 11873761.

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

Color convert

RGB 225 45 181 -
CMYK 0 0.8 0.20 0.12
HSL 314.67º 0.75% 0.53% -
HSV(B) 314.67º 0.8% 0.88% -
XYZ 40.33 21.22 45.69 -
YUV 114.32 165.63 206.94 -
System Red Green Blue C M Y K H S L
Decimal 225 45 181 0 0.8 0.20 0.12 314.67 0.75 0.53
Hex E1 2D B5 0 50 14 C 13B 4B 35
Octal 341 55 265 0 120 24 14 473 113 65
Binary 11100001 101101 10110101 0 1010000 10100 1100 100111011 1001011 110101

Color Harmonies of #E12DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DB5

Black with #E12DB5

Text Example


Text Example

White with #E12DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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