#E75FB7

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

Shades of Hot Pink #E75FB7

Tints of Hot Pink #E75FB7

Color information

#E75FB7 (or 0xE75FB7) is unknown color: approx Hot Pink. HEX triplet: E7, 5F and B7. RGB value is (231,95,183). Sum of RGB (Red+Green+Blue) = 231+95+183=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75FB7 is #18A048. Grayscale: #919191. Windows color (decimal): -1613897 or 12017639. OLE color: 12017639.

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

Color convert

RGB23195183-
CMYK00.590.210.09
HSL321.18º73.91%63.92%-
HSV(B)321.18º58.87%90.59%-
XYZ45.5928.5947.92-
YUV145.7149.06188.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.38%
GREEN value IS 95 (37.5% from 255) = 18.66%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=45.38%
G=18.66%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319518300.590.210.09321.1873.9163.92
HexE75FB703B1591414a40
Octal3471372670732511501112100
Binary11100111101111110110111011101110101100110100000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75FB7; }

 p { color: rgb(231,95,183); }

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

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

 a { background-color: rgb(231,95,183); }

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

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

 span { border-color: rgb(231,95,183); }

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