#E76DB1

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

Shades of Hot Pink #E76DB1

Tints of Hot Pink #E76DB1

Color information

#E76DB1 (or 0xE76DB1) is unknown color: approx Hot Pink. HEX triplet: E7, 6D and B1. RGB value is (231,109,177). Sum of RGB (Red+Green+Blue) = 231+109+177=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DB1 is #18924E. Grayscale: #999999. Windows color (decimal): -1610319 or 11628007. OLE color: 11628007.

HSL color Cylindrical-coordinate representation of color #E76DB1: hue angle of 326.56º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DB1 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB231109177-
CMYK00.530.230.09
HSL326.56º71.76%66.67%-
HSV(B)326.56º52.81%90.59%-
XYZ46.3631.145.15-
YUV153.23141.42183.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 109 (42.97% from 255) = 21.08%
BLUE value IS 177 (69.53% from 255) = 34.24%
R=44.68%
G=21.08%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110917700.530.230.09326.5671.7666.67
HexE76DB10351791474843
Octal3471552610652711507110103
Binary11100111110110110110001011010110111100110100011110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76DB1; }

 p { color: rgb(231,109,177); }

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

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

 a { background-color: rgb(231,109,177); }

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

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

 span { border-color: rgb(231,109,177); }

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