Html Css Color HEX #E02DB3 Spicy Pink

📋 copy color: '#E02DB3'

red 224 ◦ green 45 ◦ blue 179

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

Shades of Spicy Pink #E02DB3

Tints of Spicy Pink #E02DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.96%

R = 50%
G = 10.04%
B = 39.96%

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

#E02DB3 (or 0xE02DB3) is known color: Spicy Pink. HEX triplet: E0, 2D and B3. RGB value is (224,45,179). Sum of RGB (Red+Green+Blue) = 224+45+179=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E02DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02DB3 is #1FD24C. Grayscale: #717171. Windows color (decimal): -2085453 or 11742688. OLE color: 11742688.

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

Color convert

RGB 224 45 179 -
CMYK 0 0.80 0.20 0.12
HSL 315.08º 0.74% 0.53% -
HSV(B) 315.08º 0.8% 0.88% -
XYZ 39.82 20.98 44.6 -
YUV 113.8 164.8 206.6 -
System Red Green Blue C M Y K H S L
Decimal 224 45 179 0 0.80 0.20 0.12 315.08 0.74 0.53
Hex E0 2D B3 0 50 14 C 13B 4A 35
Octal 340 55 263 0 120 24 14 473 112 65
Binary 11100000 101101 10110011 0 1010000 10100 1100 100111011 1001010 110101

Color Harmonies of #E02DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02DB3

Black with #E02DB3

Text Example


Text Example

White with #E02DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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