Html Css Color HEX #E121AE Spicy Pink

📋 copy color: '#E121AE'

red 225 ◦ green 33 ◦ blue 174

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

Shades of Spicy Pink #E121AE

Tints of Spicy Pink #E121AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 52.08%
G = 7.64%
B = 40.28%

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

#E121AE (or 0xE121AE) is known color: Spicy Pink. HEX triplet: E1, 21 and AE. RGB value is (225,33,174). Sum of RGB (Red+Green+Blue) = 225+33+174=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E121AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E121AE is #1EDE51. Grayscale: #6A6A6A. Windows color (decimal): -2022994 or 11411937. OLE color: 11411937.

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

Color convert

RGB 225 33 174 -
CMYK 0 0.85 0.23 0.12
HSL 315.94º 0.76% 0.51% -
HSV(B) 315.94º 0.85% 0.88% -
XYZ 39.24 20.15 41.87 -
YUV 106.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 225 33 174 0 0.85 0.23 0.12 315.94 0.76 0.51
Hex E1 21 AE 0 55 17 C 13C 4C 33
Octal 341 41 256 0 125 27 14 474 114 63
Binary 11100001 100001 10101110 0 1010101 10111 1100 100111100 1001100 110011

Color Harmonies of #E121AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121AE

Black with #E121AE

Text Example


Text Example

White with #E121AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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