Html Css Color HEX #E122AB Spicy Pink

📋 copy color: '#E122AB'

red 225 ◦ green 34 ◦ blue 171

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

Shades of Spicy Pink #E122AB

Tints of Spicy Pink #E122AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 52.33%
G = 7.91%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E122AB (or 0xE122AB) is known color: Spicy Pink. HEX triplet: E1, 22 and AB. RGB value is (225,34,171). Sum of RGB (Red+Green+Blue) = 225+34+171=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E122AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E122AB is #1EDD54. Grayscale: #6A6A6A. Windows color (decimal): -2022741 or 11215585. OLE color: 11215585.

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

Color convert

RGB 225 34 171 -
CMYK 0 0.85 0.24 0.12
HSL 316.96º 0.76% 0.51% -
HSV(B) 316.96º 0.85% 0.88% -
XYZ 38.97 20.09 40.35 -
YUV 106.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 225 34 171 0 0.85 0.24 0.12 316.96 0.76 0.51
Hex E1 22 AB 0 55 18 C 13D 4C 33
Octal 341 42 253 0 125 30 14 475 114 63
Binary 11100001 100010 10101011 0 1010101 11000 1100 100111101 1001100 110011

Color Harmonies of #E122AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122AB

Black with #E122AB

Text Example


Text Example

White with #E122AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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