#ed6db0

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

Shades of Hot Pink #ED6DB0

Tints of Hot Pink #ED6DB0

Color information

#ED6DB0 (or 0xED6DB0) is unknown color: approx Hot Pink. HEX triplet: ED, 6D and B0. RGB value is (237,109,176). Sum of RGB (Red+Green+Blue) = 237+109+176=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6DB0 is #12924F. Grayscale: #9A9A9A. Windows color (decimal): -1217104 or 11562477. OLE color: 11562477.

HSL color Cylindrical-coordinate representation of color #ED6DB0: hue angle of 328.59º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6DB0 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237109176-
CMYK00.540.260.07
HSL328.59º78.05%67.84%-
HSV(B)328.59º54.01%92.94%-
XYZ48.2332.0844.72-
YUV154.91139.91186.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 176 (69.14% from 255) = 33.72%
R=45.40%
G=20.88%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710917600.540.260.07328.5978.0567.84
HexED6DB00361A71494e44
Octal355155260066327511116104
Binary1110110111011011011000001101101101011110100100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed6db0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed6db0; }

 p { color: rgb(237,109,176); }

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

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

 a { background-color: rgb(237,109,176); }

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

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

 span { border-color: rgb(237,109,176); }

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