#E965BB

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

Shades of Hot Pink #E965BB

Tints of Hot Pink #E965BB

Color information

#E965BB (or 0xE965BB) is unknown color: approx Hot Pink. HEX triplet: E9, 65 and BB. RGB value is (233,101,187). Sum of RGB (Red+Green+Blue) = 233+101+187=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E965BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965BB is #169A44. Grayscale: #969696. Windows color (decimal): -1481285 or 12281321. OLE color: 12281321.

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

Color convert

RGB233101187-
CMYK00.570.200.09
HSL320.91º75%65.49%-
HSV(B)320.91º56.65%91.37%-
XYZ47.2330.2250.36-
YUV150.27148.73187.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.72%
GREEN value IS 101 (39.84% from 255) = 19.39%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=44.72%
G=19.39%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310118700.570.200.09320.917565.49
HexE965BB0391491414b41
Octal3511452730712411501113101
Binary11101001110010110111011011100110100100110100000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E965BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E965BB; }

 p { color: rgb(233,101,187); }

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

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

 a { background-color: rgb(233,101,187); }

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

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

 span { border-color: rgb(233,101,187); }

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