#E75DAF

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

Shades of Hot Pink #E75DAF

Tints of Hot Pink #E75DAF

Color information

#E75DAF (or 0xE75DAF) is unknown color: approx Hot Pink. HEX triplet: E7, 5D and AF. RGB value is (231,93,175). Sum of RGB (Red+Green+Blue) = 231+93+175=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75DAF is #18A250. Grayscale: #8F8F8F. Windows color (decimal): -1614417 or 11492839. OLE color: 11492839.

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

Color convert

RGB23193175-
CMYK00.600.240.09
HSL324.35º74.19%63.53%-
HSV(B)324.35º59.74%90.59%-
XYZ44.6127.9143.59-
YUV143.61145.72190.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 93 (36.72% from 255) = 18.64%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=46.29%
G=18.64%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319317500.600.240.09324.3574.1963.53
HexE75DAF03C1891444a40
Octal3471352570743011504112100
Binary11100111101110110101111011110011000100110100010010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DAF; }

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

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

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

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

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

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

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

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