Shades of Hot Pink #ED5AB5
Tints of Hot Pink #ED5AB5
RGB
CMYK
RGB Variations
Color information
#ED5AB5 (or 0xED5AB5) is known color: Hot Pink. HEX triplet: ED, 5A and B5. RGB value is (237,90,181). Sum of RGB (Red+Green+Blue) = 237+90+181=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5AB5 is #12A54A. Grayscale: #909090. Windows color (decimal): -1221963 or 11885293. OLE color: 11885293.
HSL color Cylindrical-coordinate representation of color #ED5AB5: hue angle of 322.86º 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 #ED5AB5 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 181 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.07 |
| HSL | 322.86º | 0.8% | 0.64% | - |
| HSV(B) | 322.86º | 0.62% | 0.93% | - |
| XYZ | 46.92 | 28.65 | 46.77 | - |
| YUV | 144.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 181 | 0 | 0.62 | 0.24 | 0.07 | 322.86 | 0.8 | 0.64 |
| Hex | ED | 5A | B5 | 0 | 3E | 18 | 7 | 143 | 50 | 40 |
| Octal | 355 | 132 | 265 | 0 | 76 | 30 | 7 | 503 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10110101 | 0 | 111110 | 11000 | 111 | 101000011 | 1010000 | 1000000 |
Color Harmonies of #ED5AB5
Complementary color
Monochromatic Colors of #ED5AB5
Black with #ED5AB5
Text Example
Text Example
White with #ED5AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AB5; }
p { color: rgb(237,90,181); }
H1.HeaderClassName
{
color: #ED5AB5;
}
.AnyTagClassName
{
color: #ED5AB5;
}
</style>
background-color css
<style>
a { background-color: #ED5AB5; }
a { background-color: rgb(237,90,181); }
div.DivClassName
{
background-color: #ED5AB5;
}
.BgClassName
{
background-color: #ED5AB5;
}
</style>
border-color css
<style>
span { border-color: #ED5AB5; }
span { border-color: rgb(237,90,181); }
td.TdClassName
{
border-color: #ED5AB5;
}
.TagClassName
{
border-color: #ED5AB5;
}
</style>