Html Css Color HEX #E02DB6 Spicy Pink

📋 copy color: '#E02DB6'

red 224 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #E02DB6

Tints of Spicy Pink #E02DB6

RGB

 RED value IS 224 (87.89% from 255) = 49.67%

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

 BLUE value IS 182 (71.48% from 255) = 40.35%

R = 49.67%
G = 9.98%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E02DB6 (or 0xE02DB6) is known color: Spicy Pink. HEX triplet: E0, 2D and B6. RGB value is (224,45,182). Sum of RGB (Red+Green+Blue) = 224+45+182=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DB6 is #1FD249. Grayscale: #717171. Windows color (decimal): -2085450 or 11939296. OLE color: 11939296.

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

Color convert

RGB 224 45 182 -
CMYK 0 0.80 0.19 0.12
HSL 314.08º 0.74% 0.53% -
HSV(B) 314.08º 0.8% 0.88% -
XYZ 40.12 21.1 46.21 -
YUV 114.14 166.3 206.36 -
System Red Green Blue C M Y K H S L
Decimal 224 45 182 0 0.80 0.19 0.12 314.08 0.74 0.53
Hex E0 2D B6 0 50 13 C 13A 4A 35
Octal 340 55 266 0 120 23 14 472 112 65
Binary 11100000 101101 10110110 0 1010000 10011 1100 100111010 1001010 110101

Color Harmonies of #E02DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02DB6

Black with #E02DB6

Text Example


Text Example

White with #E02DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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