Html Css Color HEX #E12DB2 Spicy Pink

📋 copy color: '#E12DB2'

red 225 ◦ green 45 ◦ blue 178

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

Shades of Spicy Pink #E12DB2

Tints of Spicy Pink #E12DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 50.22%
G = 10.04%
B = 39.73%

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

#E12DB2 (or 0xE12DB2) is known color: Spicy Pink. HEX triplet: E1, 2D and B2. RGB value is (225,45,178). Sum of RGB (Red+Green+Blue) = 225+45+178=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12DB2 is #1ED24D. Grayscale: #717171. Windows color (decimal): -2019918 or 11677153. OLE color: 11677153.

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

Color convert

RGB 225 45 178 -
CMYK 0 0.8 0.21 0.12
HSL 315.67º 0.75% 0.53% -
HSV(B) 315.67º 0.8% 0.88% -
XYZ 40.03 21.1 44.08 -
YUV 113.98 164.13 207.19 -
System Red Green Blue C M Y K H S L
Decimal 225 45 178 0 0.8 0.21 0.12 315.67 0.75 0.53
Hex E1 2D B2 0 50 15 C 13C 4B 35
Octal 341 55 262 0 120 25 14 474 113 65
Binary 11100001 101101 10110010 0 1010000 10101 1100 100111100 1001011 110101

Color Harmonies of #E12DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DB2

Black with #E12DB2

Text Example


Text Example

White with #E12DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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