#E960AD

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

Shades of Hot Pink #E960AD

Tints of Hot Pink #E960AD

Color information

#E960AD (or 0xE960AD) is unknown color: approx Hot Pink. HEX triplet: E9, 60 and AD. RGB value is (233,96,173). Sum of RGB (Red+Green+Blue) = 233+96+173=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E960AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960AD is #169F52. Grayscale: #919191. Windows color (decimal): -1482579 or 11362537. OLE color: 11362537.

HSL color Cylindrical-coordinate representation of color #E960AD: hue angle of 326.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960AD is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB23396173-
CMYK00.590.260.09
HSL326.28º75.69%64.51%-
HSV(B)326.28º58.8%91.37%-
XYZ45.3328.7142.69-
YUV145.74143.39190.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.41%
GREEN value IS 96 (37.89% from 255) = 19.12%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=46.41%
G=19.12%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339617300.590.260.09326.2875.6964.51
HexE960AD03B1A91464c41
Octal3511402550733211506114101
Binary11101001110000010101101011101111010100110100011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E960AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E960AD; }

 p { color: rgb(233,96,173); }

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

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

 a { background-color: rgb(233,96,173); }

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

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

 span { border-color: rgb(233,96,173); }

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