Html Css Color HEX #E121A7 Spicy Pink

📋 copy color: '#E121A7'

red 225 ◦ green 33 ◦ blue 167

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

Shades of Spicy Pink #E121A7

Tints of Spicy Pink #E121A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.29%

R = 52.94%
G = 7.76%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E121A7 (or 0xE121A7) is known color: Spicy Pink. HEX triplet: E1, 21 and A7. RGB value is (225,33,167). Sum of RGB (Red+Green+Blue) = 225+33+167=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E121A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E121A7 is #1EDE58. Grayscale: #696969. Windows color (decimal): -2023001 or 10953185. OLE color: 10953185.

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

Color convert

RGB 225 33 167 -
CMYK 0 0.85 0.26 0.12
HSL 318.13º 0.76% 0.51% -
HSV(B) 318.13º 0.85% 0.88% -
XYZ 38.57 19.89 38.36 -
YUV 105.68 162.61 213.1 -
System Red Green Blue C M Y K H S L
Decimal 225 33 167 0 0.85 0.26 0.12 318.13 0.76 0.51
Hex E1 21 A7 0 55 1A C 13E 4C 33
Octal 341 41 247 0 125 32 14 476 114 63
Binary 11100001 100001 10100111 0 1010101 11010 1100 100111110 1001100 110011

Color Harmonies of #E121A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121A7

Black with #E121A7

Text Example


Text Example

White with #E121A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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