#e02db1

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

Shades of Spicy Pink #E02DB1

Tints of Spicy Pink #E02DB1

Color information

#E02DB1 (or 0xE02DB1) is unknown color: approx Spicy Pink. HEX triplet: E0, 2D and B1. RGB value is (224,45,177). Sum of RGB (Red+Green+Blue) = 224+45+177=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02DB1 is #1FD24E. Grayscale: #717171. Windows color (decimal): -2085455 or 11611616. OLE color: 11611616.

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

Color convert

RGB22445177-
CMYK00.800.210.12
HSL315.75º74.27%52.75%-
HSV(B)315.75º79.91%87.84%-
XYZ39.6120.943.54-
YUV113.57163.8206.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.22%
GREEN value IS 45 (17.97% from 255) = 10.09%
BLUE value IS 177 (69.53% from 255) = 39.69%
R=50.22%
G=10.09%
B=39.69%

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
Decimal2244517700.800.210.12315.7574.2752.75
HexE02DB105015C13c4a35
Octal340552610120251447411265
Binary1110000010110110110001010100001010111001001111001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02db1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02db1; }

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

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

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

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

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

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

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

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