Shades of Hot Pink #ED5CB7
Tints of Hot Pink #ED5CB7
RGB
CMYK
RGB Variations
Color information
#ED5CB7 (or 0xED5CB7) is known color: Hot Pink. HEX triplet: ED, 5C and B7. RGB value is (237,92,183). Sum of RGB (Red+Green+Blue) = 237+92+183=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5CB7 is #12A348. Grayscale: #919191. Windows color (decimal): -1221449 or 12016877. OLE color: 12016877.
HSL color Cylindrical-coordinate representation of color #ED5CB7: hue angle of 322.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5CB7 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 92 | 183 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.07 |
| HSL | 322.34º | 0.8% | 0.65% | - |
| HSV(B) | 322.34º | 0.61% | 0.93% | - |
| XYZ | 47.3 | 29.08 | 47.92 | - |
| YUV | 145.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 183 | 0 | 0.61 | 0.23 | 0.07 | 322.34 | 0.8 | 0.65 |
| Hex | ED | 5C | B7 | 0 | 3D | 17 | 7 | 142 | 50 | 41 |
| Octal | 355 | 134 | 267 | 0 | 75 | 27 | 7 | 502 | 120 | 101 |
| Binary | 11101101 | 1011100 | 10110111 | 0 | 111101 | 10111 | 111 | 101000010 | 1010000 | 1000001 |
Color Harmonies of #ED5CB7
Complementary color
Monochromatic Colors of #ED5CB7
Black with #ED5CB7
Text Example
Text Example
White with #ED5CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5CB7; }
p { color: rgb(237,92,183); }
H1.HeaderClassName
{
color: #ED5CB7;
}
.AnyTagClassName
{
color: #ED5CB7;
}
</style>
background-color css
<style>
a { background-color: #ED5CB7; }
a { background-color: rgb(237,92,183); }
div.DivClassName
{
background-color: #ED5CB7;
}
.BgClassName
{
background-color: #ED5CB7;
}
</style>
border-color css
<style>
span { border-color: #ED5CB7; }
span { border-color: rgb(237,92,183); }
td.TdClassName
{
border-color: #ED5CB7;
}
.TagClassName
{
border-color: #ED5CB7;
}
</style>