Shades of Hot Pink #ED5AB4
Tints of Hot Pink #ED5AB4
RGB
CMYK
RGB Variations
Color information
#ED5AB4 (or 0xED5AB4) is known color: Hot Pink. HEX triplet: ED, 5A and B4. RGB value is (237,90,180). Sum of RGB (Red+Green+Blue) = 237+90+180=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5AB4 is #12A54B. Grayscale: #909090. Windows color (decimal): -1221964 or 11819757. OLE color: 11819757.
HSL color Cylindrical-coordinate representation of color #ED5AB4: hue angle of 323.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5AB4 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 180 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.07 |
| HSL | 323.27º | 0.8% | 0.64% | - |
| HSV(B) | 323.27º | 0.62% | 0.93% | - |
| XYZ | 46.82 | 28.61 | 46.24 | - |
| YUV | 144.21 | 148.2 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 180 | 0 | 0.62 | 0.24 | 0.07 | 323.27 | 0.8 | 0.64 |
| Hex | ED | 5A | B4 | 0 | 3E | 18 | 7 | 143 | 50 | 40 |
| Octal | 355 | 132 | 264 | 0 | 76 | 30 | 7 | 503 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10110100 | 0 | 111110 | 11000 | 111 | 101000011 | 1010000 | 1000000 |
Color Harmonies of #ED5AB4
Complementary color
Monochromatic Colors of #ED5AB4
Black with #ED5AB4
Text Example
Text Example
White with #ED5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AB4; }
p { color: rgb(237,90,180); }
H1.HeaderClassName
{
color: #ED5AB4;
}
.AnyTagClassName
{
color: #ED5AB4;
}
</style>
background-color css
<style>
a { background-color: #ED5AB4; }
a { background-color: rgb(237,90,180); }
div.DivClassName
{
background-color: #ED5AB4;
}
.BgClassName
{
background-color: #ED5AB4;
}
</style>
border-color css
<style>
span { border-color: #ED5AB4; }
span { border-color: rgb(237,90,180); }
td.TdClassName
{
border-color: #ED5AB4;
}
.TagClassName
{
border-color: #ED5AB4;
}
</style>