#ED6DAE

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

Shades of Hot Pink #ED6DAE

Tints of Hot Pink #ED6DAE

Color information

#ED6DAE (or 0xED6DAE) is unknown color: approx Hot Pink. HEX triplet: ED, 6D and AE. RGB value is (237,109,174). Sum of RGB (Red+Green+Blue) = 237+109+174=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6DAE is #129251. Grayscale: #9A9A9A. Windows color (decimal): -1217106 or 11431405. OLE color: 11431405.

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

Color convert

RGB237109174-
CMYK00.540.270.07
HSL329.53º78.05%67.84%-
HSV(B)329.53º54.01%92.94%-
XYZ48.033243.69-
YUV154.68138.91186.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 109 (42.97% from 255) = 20.96%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=45.58%
G=20.96%
B=33.46%

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
Decimal23710917400.540.270.07329.5378.0567.84
HexED6DAE0361B714a4e44
Octal355155256066337512116104
Binary1110110111011011010111001101101101111110100101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6DAE; }

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

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

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

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

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

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

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

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