Html Css Color HEX #E120AD Spicy Pink

📋 copy color: '#E120AD'

red 225 ◦ green 32 ◦ blue 173

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

Shades of Spicy Pink #E120AD

Tints of Spicy Pink #E120AD

RGB

 RED value IS 225 (88.28% from 255) = 52.33%

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

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

R = 52.33%
G = 7.44%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E120AD (or 0xE120AD) is known color: Spicy Pink. HEX triplet: E1, 20 and AD. RGB value is (225,32,173). Sum of RGB (Red+Green+Blue) = 225+32+173=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E120AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E120AD is #1EDF52. Grayscale: #696969. Windows color (decimal): -2023251 or 11346145. OLE color: 11346145.

HSL color Cylindrical-coordinate representation of color #E120AD: hue angle of 316.17º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120AD is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 32 173 -
CMYK 0 0.86 0.23 0.12
HSL 316.17º 0.76% 0.5% -
HSV(B) 316.17º 0.86% 0.88% -
XYZ 39.11 20.06 41.35 -
YUV 105.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 225 32 173 0 0.86 0.23 0.12 316.17 0.76 0.5
Hex E1 20 AD 0 56 17 C 13C 4C 32
Octal 341 40 255 0 126 27 14 474 114 62
Binary 11100001 100000 10101101 0 1010110 10111 1100 100111100 1001100 110010

Color Harmonies of #E120AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E120AD

Black with #E120AD

Text Example


Text Example

White with #E120AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E120AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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