#E65DB1

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

Shades of Hot Pink #E65DB1

Tints of Hot Pink #E65DB1

Color information

#E65DB1 (or 0xE65DB1) is unknown color: approx Hot Pink. HEX triplet: E6, 5D and B1. RGB value is (230,93,177). Sum of RGB (Red+Green+Blue) = 230+93+177=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65DB1 is #19A24E. Grayscale: #8F8F8F. Windows color (decimal): -1679951 or 11623910. OLE color: 11623910.

HSL color Cylindrical-coordinate representation of color #E65DB1: hue angle of 323.21º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DB1 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB23093177-
CMYK00.600.230.10
HSL323.21º73.26%63.33%-
HSV(B)323.21º59.57%90.2%-
XYZ44.4827.8344.62-
YUV143.54146.89189.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46%
GREEN value IS 93 (36.72% from 255) = 18.6%
BLUE value IS 177 (69.53% from 255) = 35.4%
R=46%
G=18.6%
B=35.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309317700.600.230.10323.2173.2663.33
HexE65DB103C17A143493f
Octal346135261074271250311177
Binary1110011010111011011000101111001011110101010000111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65DB1; }

 p { color: rgb(230,93,177); }

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

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

 a { background-color: rgb(230,93,177); }

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

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

 span { border-color: rgb(230,93,177); }

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