#E974AA

Color #E974AA Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #E974AA

Tints of Hot Pink #E974AA

Color information

#E974AA (or 0xE974AA) is unknown color: approx Hot Pink. HEX triplet: E9, 74 and AA. RGB value is (233,116,170). Sum of RGB (Red+Green+Blue) = 233+116+170=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E974AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E974AA is #168B55. Grayscale: #9D9D9D. Windows color (decimal): -1477462 or 11171049. OLE color: 11171049.

HSL color Cylindrical-coordinate representation of color #E974AA: hue angle of 332.31º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E974AA is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233116170-
CMYK00.500.270.09
HSL332.31º72.67%68.43%-
HSV(B)332.31º50.21%91.37%-
XYZ47.1132.7241.86-
YUV157.14135.26182.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=44.89%
G=22.35%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311617000.500.270.09332.3172.6768.43
HexE974AA0321B914c4944
Octal3511642520623311514111104
Binary11101001111010010101010011001011011100110100110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974AA; }

 p { color: rgb(233,116,170); }

 H1.HeaderClassName
 {
   color: #E974AA;
 }
 .AnyTagClassName
 {
   color: #E974AA;
 }
</style>
background-color css

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

 a { background-color: rgb(233,116,170); }

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

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

 span { border-color: rgb(233,116,170); }

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