#E76FB0

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

Shades of Hot Pink #E76FB0

Tints of Hot Pink #E76FB0

Color information

#E76FB0 (or 0xE76FB0) is unknown color: approx Hot Pink. HEX triplet: E7, 6F and B0. RGB value is (231,111,176). Sum of RGB (Red+Green+Blue) = 231+111+176=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76FB0 is #18904F. Grayscale: #9A9A9A. Windows color (decimal): -1609808 or 11562983. OLE color: 11562983.

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

Color convert

RGB231111176-
CMYK00.520.240.09
HSL327.5º71.43%67.06%-
HSV(B)327.5º51.95%90.59%-
XYZ46.4831.4944.7-
YUV154.29140.26182.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.59%
GREEN value IS 111 (43.75% from 255) = 21.43%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=44.59%
G=21.43%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111117600.520.240.09327.571.4367.06
HexE76FB00341891484743
Octal3471572600643011510107103
Binary11100111110111110110000011010011000100110100100010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76FB0; }

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

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

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

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

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

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

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

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