#E76DB4

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

Shades of Hot Pink #E76DB4

Tints of Hot Pink #E76DB4

Color information

#E76DB4 (or 0xE76DB4) is unknown color: approx Hot Pink. HEX triplet: E7, 6D and B4. RGB value is (231,109,180). Sum of RGB (Red+Green+Blue) = 231+109+180=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DB4 is #18924B. Grayscale: #999999. Windows color (decimal): -1610316 or 11824615. OLE color: 11824615.

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

Color convert

RGB231109180-
CMYK00.530.220.09
HSL325.08º71.76%66.67%-
HSV(B)325.08º52.81%90.59%-
XYZ46.6631.2246.75-
YUV153.57142.92183.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.42%
GREEN value IS 109 (42.97% from 255) = 20.96%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=44.42%
G=20.96%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110918000.530.220.09325.0871.7666.67
HexE76DB40351691454843
Octal3471552640652611505110103
Binary11100111110110110110100011010110110100110100010110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76DB4; }

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

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

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

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

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

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

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

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