Html Css Color HEX #E920AD Spicy Pink

📋 copy color: '#E920AD'

red 233 ◦ green 32 ◦ blue 173

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

Shades of Spicy Pink #E920AD

Tints of Spicy Pink #E920AD

RGB

 RED value IS 233 (91.41% from 255) = 53.2%

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

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

R = 53.2%
G = 7.31%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E920AD (or 0xE920AD) is known color: Spicy Pink. HEX triplet: E9, 20 and AD. RGB value is (233,32,173). Sum of RGB (Red+Green+Blue) = 233+32+173=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E920AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E920AD is #16DF52. Grayscale: #6B6B6B. Windows color (decimal): -1498963 or 11346153. OLE color: 11346153.

HSL color Cylindrical-coordinate representation of color #E920AD: hue angle of 317.91º degrees, saturation: 0.82, 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 #E920AD is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 32 173 -
CMYK 0 0.86 0.26 0.09
HSL 317.91º 0.82% 0.52% -
HSV(B) 317.91º 0.86% 0.91% -
XYZ 41.66 21.37 41.46 -
YUV 108.17 164.59 217.04 -
System Red Green Blue C M Y K H S L
Decimal 233 32 173 0 0.86 0.26 0.09 317.91 0.82 0.52
Hex E9 20 AD 0 56 1A 9 13E 52 34
Octal 351 40 255 0 126 32 11 476 122 64
Binary 11101001 100000 10101101 0 1010110 11010 1001 100111110 1010010 110100

Color Harmonies of #E920AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E920AD

Black with #E920AD

Text Example


Text Example

White with #E920AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E920AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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