#E765B0

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

Shades of Hot Pink #E765B0

Tints of Hot Pink #E765B0

Color information

#E765B0 (or 0xE765B0) is unknown color: approx Hot Pink. HEX triplet: E7, 65 and B0. RGB value is (231,101,176). Sum of RGB (Red+Green+Blue) = 231+101+176=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E765B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E765B0 is #189A4F. Grayscale: #949494. Windows color (decimal): -1612368 or 11560423. OLE color: 11560423.

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

Color convert

RGB231101176-
CMYK00.560.240.09
HSL325.38º73.03%65.1%-
HSV(B)325.38º56.28%90.59%-
XYZ45.4529.4344.36-
YUV148.42143.57186.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 101 (39.84% from 255) = 19.88%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=45.47%
G=19.88%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110117600.560.240.09325.3873.0365.1
HexE765B00381891454941
Octal3471452600703011505111101
Binary11100111110010110110000011100011000100110100010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E765B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E765B0; }

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

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

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

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

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

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

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

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