#E02DB5

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

Shades of Spicy Pink #E02DB5

Tints of Spicy Pink #E02DB5

Color information

#E02DB5 (or 0xE02DB5) is unknown color: approx Spicy Pink. HEX triplet: E0, 2D and B5. RGB value is (224,45,181). Sum of RGB (Red+Green+Blue) = 224+45+181=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DB5 is #1FD24A. Grayscale: #717171. Windows color (decimal): -2085451 or 11873760. OLE color: 11873760.

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

Color convert

RGB22445181-
CMYK00.800.190.12
HSL314.41º74.27%52.75%-
HSV(B)314.41º79.91%87.84%-
XYZ40.0221.0645.67-
YUV114.02165.8206.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.78%
GREEN value IS 45 (17.97% from 255) = 10%
BLUE value IS 181 (71.09% from 255) = 40.22%
R=49.78%
G=10%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244518100.800.190.12314.4174.2752.75
HexE02DB505013C13a4a35
Octal340552650120231447211265
Binary1110000010110110110101010100001001111001001110101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02DB5; }

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

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

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

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

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

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

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

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