#ED70A8

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

Shades of Hot Pink #ED70A8

Tints of Hot Pink #ED70A8

Color information

#ED70A8 (or 0xED70A8) is unknown color: approx Hot Pink. HEX triplet: ED, 70 and A8. RGB value is (237,112,168). Sum of RGB (Red+Green+Blue) = 237+112+168=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED70A8 is #128F57. Grayscale: #9B9B9B. Windows color (decimal): -1216344 or 11038957. OLE color: 11038957.

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

Color convert

RGB237112168-
CMYK00.530.290.07
HSL333.12º77.64%68.43%-
HSV(B)333.12º52.74%92.94%-
XYZ47.7932.4240.78-
YUV155.76134.91185.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=45.84%
G=21.66%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711216800.530.290.07333.1277.6468.43
HexED70A80351D714d4e44
Octal355160250065357515116104
Binary1110110111100001010100001101011110111110100110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED70A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED70A8; }

 p { color: rgb(237,112,168); }

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

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

 a { background-color: rgb(237,112,168); }

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

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

 span { border-color: rgb(237,112,168); }

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