#E965B0

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

Shades of Hot Pink #E965B0

Tints of Hot Pink #E965B0

Color information

#E965B0 (or 0xE965B0) is unknown color: approx Hot Pink. HEX triplet: E9, 65 and B0. RGB value is (233,101,176). Sum of RGB (Red+Green+Blue) = 233+101+176=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E965B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E965B0 is #169A4F. Grayscale: #949494. Windows color (decimal): -1481296 or 11560425. OLE color: 11560425.

HSL color Cylindrical-coordinate representation of color #E965B0: hue angle of 325.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 #E965B0 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB233101176-
CMYK00.570.240.09
HSL325.91º75%65.49%-
HSV(B)325.91º56.65%91.37%-
XYZ46.0929.7744.39-
YUV149.02143.23187.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 101 (39.84% from 255) = 19.80%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=45.69%
G=19.80%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310117600.570.240.09325.917565.49
HexE965B00391891464b41
Octal3511452600713011506113101
Binary11101001110010110110000011100111000100110100011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E965B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E965B0; }

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

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

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

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

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

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

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

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