Html Css Color HEX #E819A0 Spicy Pink

📋 copy color: '#E819A0'

red 232 ◦ green 25 ◦ blue 160

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

Shades of Spicy Pink #E819A0

Tints of Spicy Pink #E819A0

RGB

 RED value IS 232 (91.02% from 255) = 55.64%

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

 BLUE value IS 160 (62.89% from 255) = 38.37%

R = 55.64%
G = 6%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E819A0 (or 0xE819A0) is known color: Spicy Pink. HEX triplet: E8, 19 and A0. RGB value is (232,25,160). Sum of RGB (Red+Green+Blue) = 232+25+160=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E819A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E819A0 is #17E65F. Grayscale: #656565. Windows color (decimal): -1566304 or 10492392. OLE color: 10492392.

HSL color Cylindrical-coordinate representation of color #E819A0: hue angle of 320.87º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E819A0 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 25 160 -
CMYK 0 0.89 0.31 0.09
HSL 320.87º 0.82% 0.5% -
HSV(B) 320.87º 0.89% 0.91% -
XYZ 39.97 20.39 35.09 -
YUV 102.28 160.58 220.52 -
System Red Green Blue C M Y K H S L
Decimal 232 25 160 0 0.89 0.31 0.09 320.87 0.82 0.5
Hex E8 19 A0 0 59 1F 9 141 52 32
Octal 350 31 240 0 131 37 11 501 122 62
Binary 11101000 11001 10100000 0 1011001 11111 1001 101000001 1010010 110010

Color Harmonies of #E819A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E819A0

Black with #E819A0

Text Example


Text Example

White with #E819A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E819A0; }

 p { color: rgb(232,25,160); }

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

background-color css

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

 a { background-color: rgb(232,25,160); }

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

border-color css

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

 span { border-color: rgb(232,25,160); }

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