Shades of Hot Pink #ED5AB1
Tints of Hot Pink #ED5AB1
RGB
CMYK
RGB Variations
Color information
#ED5AB1 (or 0xED5AB1) is known color: Hot Pink. HEX triplet: ED, 5A and B1. RGB value is (237,90,177). Sum of RGB (Red+Green+Blue) = 237+90+177=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5AB1 is #12A54E. Grayscale: #8F8F8F. Windows color (decimal): -1221967 or 11623149. OLE color: 11623149.
HSL color Cylindrical-coordinate representation of color #ED5AB1: hue angle of 324.49º 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 #ED5AB1 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 177 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.07 |
| HSL | 324.49º | 0.8% | 0.64% | - |
| HSV(B) | 324.49º | 0.62% | 0.93% | - |
| XYZ | 46.52 | 28.49 | 44.64 | - |
| YUV | 143.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 177 | 0 | 0.62 | 0.25 | 0.07 | 324.49 | 0.8 | 0.64 |
| Hex | ED | 5A | B1 | 0 | 3E | 19 | 7 | 144 | 50 | 40 |
| Octal | 355 | 132 | 261 | 0 | 76 | 31 | 7 | 504 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10110001 | 0 | 111110 | 11001 | 111 | 101000100 | 1010000 | 1000000 |
Color Harmonies of #ED5AB1
Complementary color
Monochromatic Colors of #ED5AB1
Black with #ED5AB1
Text Example
Text Example
White with #ED5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AB1; }
p { color: rgb(237,90,177); }
H1.HeaderClassName
{
color: #ED5AB1;
}
.AnyTagClassName
{
color: #ED5AB1;
}
</style>
background-color css
<style>
a { background-color: #ED5AB1; }
a { background-color: rgb(237,90,177); }
div.DivClassName
{
background-color: #ED5AB1;
}
.BgClassName
{
background-color: #ED5AB1;
}
</style>
border-color css
<style>
span { border-color: #ED5AB1; }
span { border-color: rgb(237,90,177); }
td.TdClassName
{
border-color: #ED5AB1;
}
.TagClassName
{
border-color: #ED5AB1;
}
</style>