Html Css Color HEX #E116AE Spicy Pink

📋 copy color: '#E116AE'

red 225 ◦ green 22 ◦ blue 174

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

Shades of Spicy Pink #E116AE

Tints of Spicy Pink #E116AE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.23%

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

R = 53.44%
G = 5.23%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E116AE (or 0xE116AE) is known color: Spicy Pink. HEX triplet: E1, 16 and AE. RGB value is (225,22,174). Sum of RGB (Red+Green+Blue) = 225+22+174=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E116AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E116AE is #1EE951. Grayscale: #636363. Windows color (decimal): -2025810 or 11409121. OLE color: 11409121.

HSL color Cylindrical-coordinate representation of color #E116AE: hue angle of 315.07º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E116AE is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 174 -
CMYK 0 0.90 0.23 0.12
HSL 315.07º 0.82% 0.48% -
HSV(B) 315.07º 0.9% 0.88% -
XYZ 38.98 19.64 41.78 -
YUV 100.03 169.75 217.14 -
System Red Green Blue C M Y K H S L
Decimal 225 22 174 0 0.90 0.23 0.12 315.07 0.82 0.48
Hex E1 16 AE 0 5A 17 C 13B 52 30
Octal 341 26 256 0 132 27 14 473 122 60
Binary 11100001 10110 10101110 0 1011010 10111 1100 100111011 1010010 110000

Color Harmonies of #E116AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E116AE

Black with #E116AE

Text Example


Text Example

White with #E116AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E116AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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