#E75FB5

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

Shades of Hot Pink #E75FB5

Tints of Hot Pink #E75FB5

Color information

#E75FB5 (or 0xE75FB5) is unknown color: approx Hot Pink. HEX triplet: E7, 5F and B5. RGB value is (231,95,181). Sum of RGB (Red+Green+Blue) = 231+95+181=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75FB5 is #18A04A. Grayscale: #919191. Windows color (decimal): -1613899 or 11886567. OLE color: 11886567.

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

Color convert

RGB23195181-
CMYK00.590.220.09
HSL322.06º73.91%63.92%-
HSV(B)322.06º58.87%90.59%-
XYZ45.3928.5146.83-
YUV145.47148.06189.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.56%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=45.56%
G=18.74%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319518100.590.220.09322.0673.9163.92
HexE75FB503B1691424a40
Octal3471372650732611502112100
Binary11100111101111110110101011101110110100110100001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75FB5; }

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

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

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

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

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

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

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

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