#E75DB8

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

Shades of Hot Pink #E75DB8

Tints of Hot Pink #E75DB8

Color information

#E75DB8 (or 0xE75DB8) is unknown color: approx Hot Pink. HEX triplet: E7, 5D and B8. RGB value is (231,93,184). Sum of RGB (Red+Green+Blue) = 231+93+184=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DB8 is #18A247. Grayscale: #909090. Windows color (decimal): -1614408 or 12082663. OLE color: 12082663.

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

Color convert

RGB23193184-
CMYK00.600.200.09
HSL320.43º74.19%63.53%-
HSV(B)320.43º59.74%90.59%-
XYZ45.5228.2848.41-
YUV144.64150.22189.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 93 (36.72% from 255) = 18.31%
BLUE value IS 184 (72.27% from 255) = 36.22%
R=45.47%
G=18.31%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319318400.600.200.09320.4374.1963.53
HexE75DB803C1491404a40
Octal3471352700742411500112100
Binary11100111101110110111000011110010100100110100000010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DB8; }

 p { color: rgb(231,93,184); }

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

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

 a { background-color: rgb(231,93,184); }

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

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

 span { border-color: rgb(231,93,184); }

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