Html Css Color HEX #E024B4 Spicy Pink

📋 copy color: '#E024B4'

red 224 ◦ green 36 ◦ blue 180

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

Shades of Spicy Pink #E024B4

Tints of Spicy Pink #E024B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 50.91%
G = 8.18%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E024B4 (or 0xE024B4) is known color: Spicy Pink. HEX triplet: E0, 24 and B4. RGB value is (224,36,180). Sum of RGB (Red+Green+Blue) = 224+36+180=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E024B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024B4 is #1FDB4B. Grayscale: #6C6C6C. Windows color (decimal): -2087756 or 11805920. OLE color: 11805920.

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

Color convert

RGB 224 36 180 -
CMYK 0 0.84 0.20 0.12
HSL 314.04º 0.75% 0.51% -
HSV(B) 314.04º 0.84% 0.88% -
XYZ 39.61 20.4 45.03 -
YUV 108.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 224 36 180 0 0.84 0.20 0.12 314.04 0.75 0.51
Hex E0 24 B4 0 54 14 C 13A 4B 33
Octal 340 44 264 0 124 24 14 472 113 63
Binary 11100000 100100 10110100 0 1010100 10100 1100 100111010 1001011 110011

Color Harmonies of #E024B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024B4

Black with #E024B4

Text Example


Text Example

White with #E024B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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