#E75DBB

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

Shades of Hot Pink #E75DBB

Tints of Hot Pink #E75DBB

Color information

#E75DBB (or 0xE75DBB) is unknown color: approx Hot Pink. HEX triplet: E7, 5D and BB. RGB value is (231,93,187). Sum of RGB (Red+Green+Blue) = 231+93+187=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DBB is #18A244. Grayscale: #909090. Windows color (decimal): -1614405 or 12279271. OLE color: 12279271.

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

Color convert

RGB23193187-
CMYK00.600.190.09
HSL319.13º74.19%63.53%-
HSV(B)319.13º59.74%90.59%-
XYZ45.8428.4150.08-
YUV144.98151.72189.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=45.21%
G=18.20%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319318700.600.190.09319.1374.1963.53
HexE75DBB03C13913f4a40
Octal3471352730742311477112100
Binary11100111101110110111011011110010011100110011111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DBB; }

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

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

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

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

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

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

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

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