Shades of Hot Pink #ED71AF
Tints of Hot Pink #ED71AF
RGB
CMYK
RGB Variations
Color information
#ED71AF (or 0xED71AF) is known color: Hot Pink. HEX triplet: ED, 71 and AF. RGB value is (237,113,175). Sum of RGB (Red+Green+Blue) = 237+113+175=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED71AF is #128E50. Grayscale: #9D9D9D. Windows color (decimal): -1216081 or 11497965. OLE color: 11497965.
HSL color Cylindrical-coordinate representation of color #ED71AF: hue angle of 330º degrees, saturation: 0.77, 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 #ED71AF is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 175 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.07 |
| HSL | 330º | 0.78% | 0.69% | - |
| HSV(B) | 330º | 0.52% | 0.93% | - |
| XYZ | 48.57 | 32.91 | 44.35 | - |
| YUV | 157.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 175 | 0 | 0.52 | 0.26 | 0.07 | 330 | 0.78 | 0.69 |
| Hex | ED | 71 | AF | 0 | 34 | 1A | 7 | 14A | 4E | 45 |
| Octal | 355 | 161 | 257 | 0 | 64 | 32 | 7 | 512 | 116 | 105 |
| Binary | 11101101 | 1110001 | 10101111 | 0 | 110100 | 11010 | 111 | 101001010 | 1001110 | 1000101 |
Color Harmonies of #ED71AF
Complementary color
Monochromatic Colors of #ED71AF
Black with #ED71AF
Text Example
Text Example
White with #ED71AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED71AF; }
p { color: rgb(237,113,175); }
H1.HeaderClassName
{
color: #ED71AF;
}
.AnyTagClassName
{
color: #ED71AF;
}
</style>
background-color css
<style>
a { background-color: #ED71AF; }
a { background-color: rgb(237,113,175); }
div.DivClassName
{
background-color: #ED71AF;
}
.BgClassName
{
background-color: #ED71AF;
}
</style>
border-color css
<style>
span { border-color: #ED71AF; }
span { border-color: rgb(237,113,175); }
td.TdClassName
{
border-color: #ED71AF;
}
.TagClassName
{
border-color: #ED71AF;
}
</style>