#ED6EAD

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

Shades of Hot Pink #ED6EAD

Tints of Hot Pink #ED6EAD

Color information

#ED6EAD (or 0xED6EAD) is unknown color: approx Hot Pink. HEX triplet: ED, 6E and AD. RGB value is (237,110,173). Sum of RGB (Red+Green+Blue) = 237+110+173=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6EAD is #129152. Grayscale: #9B9B9B. Windows color (decimal): -1216851 or 11366125. OLE color: 11366125.

HSL color Cylindrical-coordinate representation of color #ED6EAD: hue angle of 330.24º 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 #ED6EAD is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237110173-
CMYK00.540.270.07
HSL330.24º77.91%68.04%-
HSV(B)330.24º53.59%92.94%-
XYZ48.0432.1743.21-
YUV155.16138.08186.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 110 (43.36% from 255) = 21.15%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=45.58%
G=21.15%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711017300.540.270.07330.2477.9168.04
HexED6EAD0361B714a4e44
Octal355156255066337512116104
Binary1110110111011101010110101101101101111110100101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6EAD; }

 p { color: rgb(237,110,173); }

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

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

 a { background-color: rgb(237,110,173); }

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

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

 span { border-color: rgb(237,110,173); }

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