#ED71AC

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

Shades of Hot Pink #ED71AC

Tints of Hot Pink #ED71AC

Color information

#ED71AC (or 0xED71AC) is unknown color: approx Hot Pink. HEX triplet: ED, 71 and AC. RGB value is (237,113,172). Sum of RGB (Red+Green+Blue) = 237+113+172=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED71AC is #128E53. Grayscale: #9C9C9C. Windows color (decimal): -1216084 or 11301357. OLE color: 11301357.

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

Color convert

RGB237113172-
CMYK00.520.270.07
HSL331.45º77.5%68.63%-
HSV(B)331.45º52.32%92.94%-
XYZ48.2832.7942.82-
YUV156.8136.58185.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=45.40%
G=21.65%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711317200.520.270.07331.4577.568.63
HexED71AC0341B714b4e45
Octal355161254064337513116105
Binary1110110111100011010110001101001101111110100101110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED71AC; }

 p { color: rgb(237,113,172); }

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

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

 a { background-color: rgb(237,113,172); }

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

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

 span { border-color: rgb(237,113,172); }

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