#ED70AA

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

Shades of Hot Pink #ED70AA

Tints of Hot Pink #ED70AA

Color information

#ED70AA (or 0xED70AA) is unknown color: approx Hot Pink. HEX triplet: ED, 70 and AA. RGB value is (237,112,170). Sum of RGB (Red+Green+Blue) = 237+112+170=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED70AA is #128F55. Grayscale: #9B9B9B. Windows color (decimal): -1216342 or 11170029. OLE color: 11170029.

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

Color convert

RGB237112170-
CMYK00.530.280.07
HSL332.16º77.64%68.43%-
HSV(B)332.16º52.74%92.94%-
XYZ47.9732.541.77-
YUV155.99135.91185.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 112 (44.14% from 255) = 21.58%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=45.66%
G=21.58%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711217000.530.280.07332.1677.6468.43
HexED70AA0351C714c4e44
Octal355160252065347514116104
Binary1110110111100001010101001101011110011110100110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED70AA; }

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

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

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

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

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

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

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

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