#E02DB2

Color #E02DB2 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E02DB2

Tints of Spicy Pink #E02DB2

Color information

#E02DB2 (or 0xE02DB2) is unknown color: approx Spicy Pink. HEX triplet: E0, 2D and B2. RGB value is (224,45,178). Sum of RGB (Red+Green+Blue) = 224+45+178=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02DB2 is #1FD24D. Grayscale: #717171. Windows color (decimal): -2085454 or 11677152. OLE color: 11677152.

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

Color convert

RGB22445178-
CMYK00.800.210.12
HSL315.42º74.27%52.75%-
HSV(B)315.42º79.91%87.84%-
XYZ39.7120.9444.07-
YUV113.68164.3206.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 45 (17.97% from 255) = 10.07%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=50.11%
G=10.07%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244517800.800.210.12315.4274.2752.75
HexE02DB205015C13b4a35
Octal340552620120251447311265
Binary1110000010110110110010010100001010111001001110111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02DB2; }

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

 H1.HeaderClassName
 {
   color: #E02DB2;
 }
 .AnyTagClassName
 {
   color: #E02DB2;
 }
</style>
background-color css

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

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

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

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

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

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