Html Css Color HEX #E024AD Spicy Pink

📋 copy color: '#E024AD'

red 224 ◦ green 36 ◦ blue 173

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

Shades of Spicy Pink #E024AD

Tints of Spicy Pink #E024AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 51.73%
G = 8.31%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E024AD (or 0xE024AD) is known color: Spicy Pink. HEX triplet: E0, 24 and AD. RGB value is (224,36,173). Sum of RGB (Red+Green+Blue) = 224+36+173=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E024AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E024AD is #1FDB52. Grayscale: #6B6B6B. Windows color (decimal): -2087763 or 11347168. OLE color: 11347168.

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

Color convert

RGB 224 36 173 -
CMYK 0 0.84 0.23 0.12
HSL 316.28º 0.75% 0.51% -
HSV(B) 316.28º 0.84% 0.88% -
XYZ 38.91 20.13 41.37 -
YUV 107.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 224 36 173 0 0.84 0.23 0.12 316.28 0.75 0.51
Hex E0 24 AD 0 54 17 C 13C 4B 33
Octal 340 44 255 0 124 27 14 474 113 63
Binary 11100000 100100 10101101 0 1010100 10111 1100 100111100 1001011 110011

Color Harmonies of #E024AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024AD

Black with #E024AD

Text Example


Text Example

White with #E024AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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