#E960BA

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

Shades of Hot Pink #E960BA

Tints of Hot Pink #E960BA

Color information

#E960BA (or 0xE960BA) is unknown color: approx Hot Pink. HEX triplet: E9, 60 and BA. RGB value is (233,96,186). Sum of RGB (Red+Green+Blue) = 233+96+186=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E960BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960BA is #169F45. Grayscale: #939393. Windows color (decimal): -1482566 or 12214505. OLE color: 12214505.

HSL color Cylindrical-coordinate representation of color #E960BA: hue angle of 320.58º 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 #E960BA is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB23396186-
CMYK00.590.200.09
HSL320.58º75.69%64.51%-
HSV(B)320.58º58.8%91.37%-
XYZ46.6529.2349.64-
YUV147.22149.89189.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 96 (37.89% from 255) = 18.64%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=45.24%
G=18.64%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339618600.590.200.09320.5875.6964.51
HexE960BA03B1491414c41
Octal3511402720732411501114101
Binary11101001110000010111010011101110100100110100000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E960BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E960BA; }

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

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

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

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

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

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

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

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