#E755B6

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

Shades of Hot Pink #E755B6

Tints of Hot Pink #E755B6

Color information

#E755B6 (or 0xE755B6) is unknown color: approx Hot Pink. HEX triplet: E7, 55 and B6. RGB value is (231,85,182). Sum of RGB (Red+Green+Blue) = 231+85+182=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E755B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755B6 is #18AA49. Grayscale: #8B8B8B. Windows color (decimal): -1616458 or 11949543. OLE color: 11949543.

HSL color Cylindrical-coordinate representation of color #E755B6: hue angle of 320.14º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755B6 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB23185182-
CMYK00.630.210.09
HSL320.14º75.26%61.96%-
HSV(B)320.14º63.2%90.59%-
XYZ44.6526.8647.09-
YUV139.71151.87193.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.39%
GREEN value IS 85 (33.59% from 255) = 17.07%
BLUE value IS 182 (71.48% from 255) = 36.55%
R=46.39%
G=17.07%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318518200.630.210.09320.1475.2661.96
HexE755B603F1591404b3e
Octal347125266077251150011376
Binary1110011110101011011011001111111010110011010000001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E755B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E755B6; }

 p { color: rgb(231,85,182); }

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

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

 a { background-color: rgb(231,85,182); }

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

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

 span { border-color: rgb(231,85,182); }

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