Html Css Color HEX #E02DB4 Spicy Pink

📋 copy color: '#E02DB4'

red 224 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #E02DB4

Tints of Spicy Pink #E02DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.09%

R = 49.89%
G = 10.02%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E02DB4 (or 0xE02DB4) is known color: Spicy Pink. HEX triplet: E0, 2D and B4. RGB value is (224,45,180). Sum of RGB (Red+Green+Blue) = 224+45+180=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DB4 is #1FD24B. Grayscale: #717171. Windows color (decimal): -2085452 or 11808224. OLE color: 11808224.

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

Color convert

RGB 224 45 180 -
CMYK 0 0.80 0.20 0.12
HSL 314.75º 0.74% 0.53% -
HSV(B) 314.75º 0.8% 0.88% -
XYZ 39.92 21.02 45.13 -
YUV 113.91 165.3 206.52 -
System Red Green Blue C M Y K H S L
Decimal 224 45 180 0 0.80 0.20 0.12 314.75 0.74 0.53
Hex E0 2D B4 0 50 14 C 13B 4A 35
Octal 340 55 264 0 120 24 14 473 112 65
Binary 11100000 101101 10110100 0 1010000 10100 1100 100111011 1001010 110101

Color Harmonies of #E02DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02DB4

Black with #E02DB4

Text Example


Text Example

White with #E02DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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