Html Css Color HEX #E019AB Spicy Pink

📋 copy color: '#E019AB'

red 224 ◦ green 25 ◦ blue 171

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

Shades of Spicy Pink #E019AB

Tints of Spicy Pink #E019AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.95%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 53.33%
G = 5.95%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E019AB (or 0xE019AB) is known color: Spicy Pink. HEX triplet: E0, 19 and AB. RGB value is (224,25,171). Sum of RGB (Red+Green+Blue) = 224+25+171=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E019AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E019AB is #1FE654. Grayscale: #646464. Windows color (decimal): -2090581 or 11213280. OLE color: 11213280.

HSL color Cylindrical-coordinate representation of color #E019AB: hue angle of 315.98º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E019AB is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 171 -
CMYK 0 0.89 0.24 0.12
HSL 315.98º 0.8% 0.49% -
HSV(B) 315.98º 0.89% 0.88% -
XYZ 38.44 19.48 40.26 -
YUV 101.15 167.43 215.63 -
System Red Green Blue C M Y K H S L
Decimal 224 25 171 0 0.89 0.24 0.12 315.98 0.8 0.49
Hex E0 19 AB 0 59 18 C 13C 50 31
Octal 340 31 253 0 131 30 14 474 120 61
Binary 11100000 11001 10101011 0 1011001 11000 1100 100111100 1010000 110001

Color Harmonies of #E019AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019AB

Black with #E019AB

Text Example


Text Example

White with #E019AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019AB; }

 p { color: rgb(224,25,171); }

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

background-color css

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

 a { background-color: rgb(224,25,171); }

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

border-color css

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

 span { border-color: rgb(224,25,171); }

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