#ED5DB3

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

Shades of Hot Pink #ED5DB3

Tints of Hot Pink #ED5DB3

Color information

#ED5DB3 (or 0xED5DB3) is unknown color: approx Hot Pink. HEX triplet: ED, 5D and B3. RGB value is (237,93,179). Sum of RGB (Red+Green+Blue) = 237+93+179=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5DB3 is #12A24C. Grayscale: #919191. Windows color (decimal): -1221197 or 11754989. OLE color: 11754989.

HSL color Cylindrical-coordinate representation of color #ED5DB3: hue angle of 324.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5DB3 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB23793179-
CMYK00.610.240.07
HSL324.17º80%64.71%-
HSV(B)324.17º60.76%92.94%-
XYZ46.9829.0945.79-
YUV145.86146.71193.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=46.56%
G=18.27%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379317900.610.240.07324.178064.71
HexED5DB303D1871445041
Octal355135263075307504120101
Binary1110110110111011011001101111011100011110100010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5DB3; }

 p { color: rgb(237,93,179); }

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

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

 a { background-color: rgb(237,93,179); }

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

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

 span { border-color: rgb(237,93,179); }

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