#E76FB1

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

Shades of Hot Pink #E76FB1

Tints of Hot Pink #E76FB1

Color information

#E76FB1 (or 0xE76FB1) is unknown color: approx Hot Pink. HEX triplet: E7, 6F and B1. RGB value is (231,111,177). Sum of RGB (Red+Green+Blue) = 231+111+177=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76FB1 is #18904E. Grayscale: #9A9A9A. Windows color (decimal): -1609807 or 11628519. OLE color: 11628519.

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

Color convert

RGB231111177-
CMYK00.520.230.09
HSL327º71.43%67.06%-
HSV(B)327º51.95%90.59%-
XYZ46.5831.5345.23-
YUV154.4140.76182.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.51%
GREEN value IS 111 (43.75% from 255) = 21.39%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=44.51%
G=21.39%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111117700.520.230.0932771.4367.06
HexE76FB10341791474743
Octal3471572610642711507107103
Binary11100111110111110110001011010010111100110100011110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76FB1; }

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

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

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

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

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

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

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

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