Shades of Hot Pink #ED5AB3
Tints of Hot Pink #ED5AB3
RGB
CMYK
RGB Variations
Color information
#ED5AB3 (or 0xED5AB3) is known color: Hot Pink. HEX triplet: ED, 5A and B3. RGB value is (237,90,179). Sum of RGB (Red+Green+Blue) = 237+90+179=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5AB3 is #12A54C. Grayscale: #8F8F8F. Windows color (decimal): -1221965 or 11754221. OLE color: 11754221.
HSL color Cylindrical-coordinate representation of color #ED5AB3: hue angle of 323.67º 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 #ED5AB3 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 179 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.07 |
| HSL | 323.67º | 0.8% | 0.64% | - |
| HSV(B) | 323.67º | 0.62% | 0.93% | - |
| XYZ | 46.72 | 28.57 | 45.7 | - |
| YUV | 144.1 | 147.7 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 179 | 0 | 0.62 | 0.24 | 0.07 | 323.67 | 0.8 | 0.64 |
| Hex | ED | 5A | B3 | 0 | 3E | 18 | 7 | 144 | 50 | 40 |
| Octal | 355 | 132 | 263 | 0 | 76 | 30 | 7 | 504 | 120 | 100 |
| Binary | 11101101 | 1011010 | 10110011 | 0 | 111110 | 11000 | 111 | 101000100 | 1010000 | 1000000 |
Color Harmonies of #ED5AB3
Complementary color
Monochromatic Colors of #ED5AB3
Black with #ED5AB3
Text Example
Text Example
White with #ED5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5AB3; }
p { color: rgb(237,90,179); }
H1.HeaderClassName
{
color: #ED5AB3;
}
.AnyTagClassName
{
color: #ED5AB3;
}
</style>
background-color css
<style>
a { background-color: #ED5AB3; }
a { background-color: rgb(237,90,179); }
div.DivClassName
{
background-color: #ED5AB3;
}
.BgClassName
{
background-color: #ED5AB3;
}
</style>
border-color css
<style>
span { border-color: #ED5AB3; }
span { border-color: rgb(237,90,179); }
td.TdClassName
{
border-color: #ED5AB3;
}
.TagClassName
{
border-color: #ED5AB3;
}
</style>