Html Css Color HEX #E122AD Spicy Pink

📋 copy color: '#E122AD'

red 225 ◦ green 34 ◦ blue 173

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

Shades of Spicy Pink #E122AD

Tints of Spicy Pink #E122AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.87%

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

R = 52.08%
G = 7.87%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E122AD (or 0xE122AD) is known color: Spicy Pink. HEX triplet: E1, 22 and AD. RGB value is (225,34,173). Sum of RGB (Red+Green+Blue) = 225+34+173=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E122AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122AD is #1EDD52. Grayscale: #6A6A6A. Windows color (decimal): -2022739 or 11346657. OLE color: 11346657.

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

Color convert

RGB 225 34 173 -
CMYK 0 0.85 0.23 0.12
HSL 316.34º 0.76% 0.51% -
HSV(B) 316.34º 0.85% 0.88% -
XYZ 39.17 20.17 41.36 -
YUV 106.96 165.28 212.2 -
System Red Green Blue C M Y K H S L
Decimal 225 34 173 0 0.85 0.23 0.12 316.34 0.76 0.51
Hex E1 22 AD 0 55 17 C 13C 4C 33
Octal 341 42 255 0 125 27 14 474 114 63
Binary 11100001 100010 10101101 0 1010101 10111 1100 100111100 1001100 110011

Color Harmonies of #E122AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122AD

Black with #E122AD

Text Example


Text Example

White with #E122AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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