#E76DA8

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

Shades of Hot Pink #E76DA8

Tints of Hot Pink #E76DA8

Color information

#E76DA8 (or 0xE76DA8) is unknown color: approx Hot Pink. HEX triplet: E7, 6D and A8. RGB value is (231,109,168). Sum of RGB (Red+Green+Blue) = 231+109+168=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DA8 is #189257. Grayscale: #989898. Windows color (decimal): -1610328 or 11038183. OLE color: 11038183.

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

Color convert

RGB231109168-
CMYK00.530.270.09
HSL330.98º71.76%66.67%-
HSV(B)330.98º52.81%90.59%-
XYZ45.4930.7540.58-
YUV152.2136.92184.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=45.47%
G=21.46%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110916800.530.270.09330.9871.7666.67
HexE76DA80351B914b4843
Octal3471552500653311513110103
Binary11100111110110110101000011010111011100110100101110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76DA8; }

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

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

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

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

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

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

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

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