Html Css Color HEX #E024AF Spicy Pink

📋 copy color: '#E024AF'

red 224 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #E024AF

Tints of Spicy Pink #E024AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 51.49%
G = 8.28%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E024AF (or 0xE024AF) is known color: Spicy Pink. HEX triplet: E0, 24 and AF. RGB value is (224,36,175). Sum of RGB (Red+Green+Blue) = 224+36+175=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E024AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E024AF is #1FDB50. Grayscale: #6B6B6B. Windows color (decimal): -2087761 or 11478240. OLE color: 11478240.

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

Color convert

RGB 224 36 175 -
CMYK 0 0.84 0.22 0.12
HSL 315.64º 0.75% 0.51% -
HSV(B) 315.64º 0.84% 0.88% -
XYZ 39.11 20.2 42.4 -
YUV 108.06 165.78 210.7 -
System Red Green Blue C M Y K H S L
Decimal 224 36 175 0 0.84 0.22 0.12 315.64 0.75 0.51
Hex E0 24 AF 0 54 16 C 13C 4B 33
Octal 340 44 257 0 124 26 14 474 113 63
Binary 11100000 100100 10101111 0 1010100 10110 1100 100111100 1001011 110011

Color Harmonies of #E024AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024AF

Black with #E024AF

Text Example


Text Example

White with #E024AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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