Html Css Color HEX #E820AD Spicy Pink

📋 copy color: '#E820AD'

red 232 ◦ green 32 ◦ blue 173

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

Shades of Spicy Pink #E820AD

Tints of Spicy Pink #E820AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.32%

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

R = 53.09%
G = 7.32%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E820AD (or 0xE820AD) is known color: Spicy Pink. HEX triplet: E8, 20 and AD. RGB value is (232,32,173). Sum of RGB (Red+Green+Blue) = 232+32+173=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E820AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E820AD is #17DF52. Grayscale: #6B6B6B. Windows color (decimal): -1564499 or 11346152. OLE color: 11346152.

HSL color Cylindrical-coordinate representation of color #E820AD: hue angle of 317.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E820AD is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 173 -
CMYK 0 0.86 0.25 0.09
HSL 317.7º 0.81% 0.52% -
HSV(B) 317.7º 0.86% 0.91% -
XYZ 41.34 21.21 41.45 -
YUV 107.87 164.76 216.54 -
System Red Green Blue C M Y K H S L
Decimal 232 32 173 0 0.86 0.25 0.09 317.7 0.81 0.52
Hex E8 20 AD 0 56 19 9 13E 51 34
Octal 350 40 255 0 126 31 11 476 121 64
Binary 11101000 100000 10101101 0 1010110 11001 1001 100111110 1010001 110100

Color Harmonies of #E820AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E820AD

Black with #E820AD

Text Example


Text Example

White with #E820AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E820AD; }

 p { color: rgb(232,32,173); }

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

background-color css

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

 a { background-color: rgb(232,32,173); }

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

border-color css

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

 span { border-color: rgb(232,32,173); }

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