#ED6EA4

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

Shades of Hot Pink #ED6EA4

Tints of Hot Pink #ED6EA4

Color information

#ED6EA4 (or 0xED6EA4) is unknown color: approx Hot Pink. HEX triplet: ED, 6E and A4. RGB value is (237,110,164). Sum of RGB (Red+Green+Blue) = 237+110+164=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6EA4 is #12915B. Grayscale: #9A9A9A. Windows color (decimal): -1216860 or 10776301. OLE color: 10776301.

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

Color convert

RGB237110164-
CMYK00.540.310.07
HSL334.49º77.91%68.04%-
HSV(B)334.49º53.59%92.94%-
XYZ47.231.8438.78-
YUV154.13133.58187.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 110 (43.36% from 255) = 21.53%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=46.38%
G=21.53%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711016400.540.310.07334.4977.9168.04
HexED6EA40361F714e4e44
Octal355156244066377516116104
Binary1110110111011101010010001101101111111110100111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6EA4; }

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

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

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

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

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

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

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

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