#E95DB7

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

Shades of Hot Pink #E95DB7

Tints of Hot Pink #E95DB7

Color information

#E95DB7 (or 0xE95DB7) is unknown color: approx Hot Pink. HEX triplet: E9, 5D and B7. RGB value is (233,93,183). Sum of RGB (Red+Green+Blue) = 233+93+183=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DB7 is #16A248. Grayscale: #909090. Windows color (decimal): -1483337 or 12017129. OLE color: 12017129.

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

Color convert

RGB23393183-
CMYK00.600.210.09
HSL321.43º76.09%63.92%-
HSV(B)321.43º60.09%91.37%-
XYZ46.0728.5747.89-
YUV145.12149.38190.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=45.78%
G=18.27%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339318300.600.210.09321.4376.0963.92
HexE95DB703C1591414c40
Octal3511352670742511501114100
Binary11101001101110110110111011110010101100110100000110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95DB7; }

 p { color: rgb(233,93,183); }

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

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

 a { background-color: rgb(233,93,183); }

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

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

 span { border-color: rgb(233,93,183); }

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