Html Css Color HEX #E12DB3 Spicy Pink

📋 copy color: '#E12DB3'

red 225 ◦ green 45 ◦ blue 179

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

Shades of Spicy Pink #E12DB3

Tints of Spicy Pink #E12DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.87%

R = 50.11%
G = 10.02%
B = 39.87%

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

#E12DB3 (or 0xE12DB3) is known color: Spicy Pink. HEX triplet: E1, 2D and B3. RGB value is (225,45,179). Sum of RGB (Red+Green+Blue) = 225+45+179=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DB3 is #1ED24C. Grayscale: #717171. Windows color (decimal): -2019917 or 11742689. OLE color: 11742689.

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

Color convert

RGB 225 45 179 -
CMYK 0 0.8 0.20 0.12
HSL 315.33º 0.75% 0.53% -
HSV(B) 315.33º 0.8% 0.88% -
XYZ 40.13 21.14 44.61 -
YUV 114.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 225 45 179 0 0.8 0.20 0.12 315.33 0.75 0.53
Hex E1 2D B3 0 50 14 C 13B 4B 35
Octal 341 55 263 0 120 24 14 473 113 65
Binary 11100001 101101 10110011 0 1010000 10100 1100 100111011 1001011 110101

Color Harmonies of #E12DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DB3

Black with #E12DB3

Text Example


Text Example

White with #E12DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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