Html Css Color HEX #E121AD Spicy Pink

📋 copy color: '#E121AD'

red 225 ◦ green 33 ◦ blue 173

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

Shades of Spicy Pink #E121AD

Tints of Spicy Pink #E121AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.66%

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

R = 52.2%
G = 7.66%
B = 40.14%

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

#E121AD (or 0xE121AD) is known color: Spicy Pink. HEX triplet: E1, 21 and AD. RGB value is (225,33,173). Sum of RGB (Red+Green+Blue) = 225+33+173=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E121AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E121AD is #1EDE52. Grayscale: #6A6A6A. Windows color (decimal): -2022995 or 11346401. OLE color: 11346401.

HSL color Cylindrical-coordinate representation of color #E121AD: hue angle of 316.25º 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 #E121AD is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 173 -
CMYK 0 0.85 0.23 0.12
HSL 316.25º 0.76% 0.51% -
HSV(B) 316.25º 0.85% 0.88% -
XYZ 39.14 20.11 41.35 -
YUV 106.37 165.61 212.62 -
System Red Green Blue C M Y K H S L
Decimal 225 33 173 0 0.85 0.23 0.12 316.25 0.76 0.51
Hex E1 21 AD 0 55 17 C 13C 4C 33
Octal 341 41 255 0 125 27 14 474 114 63
Binary 11100001 100001 10101101 0 1010101 10111 1100 100111100 1001100 110011

Color Harmonies of #E121AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121AD

Black with #E121AD

Text Example


Text Example

White with #E121AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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