#E971A9

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

Shades of Hot Pink #E971A9

Tints of Hot Pink #E971A9

Color information

#E971A9 (or 0xE971A9) is unknown color: approx Hot Pink. HEX triplet: E9, 71 and A9. RGB value is (233,113,169). Sum of RGB (Red+Green+Blue) = 233+113+169=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E971A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E971A9 is #168E56. Grayscale: #9B9B9B. Windows color (decimal): -1478231 or 11104745. OLE color: 11104745.

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

Color convert

RGB233113169-
CMYK00.520.270.09
HSL332º73.17%67.84%-
HSV(B)332º51.5%91.37%-
XYZ46.673241.25-
YUV155.26135.76183.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 113 (44.53% from 255) = 21.94%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=45.24%
G=21.94%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311316900.520.270.0933273.1767.84
HexE971A90341B914c4944
Octal3511612510643311514111104
Binary11101001111000110101001011010011011100110100110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E971A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E971A9; }

 p { color: rgb(233,113,169); }

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

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

 a { background-color: rgb(233,113,169); }

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

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

 span { border-color: rgb(233,113,169); }

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