Html Css Color HEX #E02DB5 Spicy Pink

📋 copy color: '#E02DB5'

red 224 ◦ green 45 ◦ blue 181

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

Shades of Spicy Pink #E02DB5

Tints of Spicy Pink #E02DB5

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 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

#E02DB5 (or 0xE02DB5) is known color: 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

RGB 224 45 181 -
CMYK 0 0.80 0.19 0.12
HSL 314.41º 0.74% 0.53% -
HSV(B) 314.41º 0.8% 0.88% -
XYZ 40.02 21.06 45.67 -
YUV 114.03 165.8 206.44 -
System Red Green Blue C M Y K H S L
Decimal 224 45 181 0 0.80 0.19 0.12 314.41 0.74 0.53
Hex E0 2D B5 0 50 13 C 13A 4A 35
Octal 340 55 265 0 120 23 14 472 112 65
Binary 11100000 101101 10110101 0 1010000 10011 1100 100111010 1001010 110101

Color Harmonies of #E02DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02DB5

Black with #E02DB5

Text Example


Text Example

White with #E02DB5

Text Example


Text Example

HTML Codes & Css Web 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>