Html Css Color HEX #E024B5 Spicy Pink

📋 copy color: '#E024B5'

red 224 ◦ green 36 ◦ blue 181

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

Shades of Spicy Pink #E024B5

Tints of Spicy Pink #E024B5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.16%

 BLUE value IS 181 (71.09% from 255) = 41.04%

R = 50.79%
G = 8.16%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E024B5 (or 0xE024B5) is known color: Spicy Pink. HEX triplet: E0, 24 and B5. RGB value is (224,36,181). Sum of RGB (Red+Green+Blue) = 224+36+181=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E024B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024B5 is #1FDB4A. Grayscale: #6C6C6C. Windows color (decimal): -2087755 or 11871456. OLE color: 11871456.

HSL color Cylindrical-coordinate representation of color #E024B5: hue angle of 313.72º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024B5 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 181 -
CMYK 0 0.84 0.19 0.12
HSL 313.72º 0.75% 0.51% -
HSV(B) 313.72º 0.84% 0.88% -
XYZ 39.71 20.45 45.57 -
YUV 108.74 168.78 210.21 -
System Red Green Blue C M Y K H S L
Decimal 224 36 181 0 0.84 0.19 0.12 313.72 0.75 0.51
Hex E0 24 B5 0 54 13 C 13A 4B 33
Octal 340 44 265 0 124 23 14 472 113 63
Binary 11100000 100100 10110101 0 1010100 10011 1100 100111010 1001011 110011

Color Harmonies of #E024B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024B5

Black with #E024B5

Text Example


Text Example

White with #E024B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024B5; }

 p { color: rgb(224,36,181); }

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

background-color css

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

 a { background-color: rgb(224,36,181); }

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

border-color css

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

 span { border-color: rgb(224,36,181); }

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