Shades of Hot Pink #ED65B4
Tints of Hot Pink #ED65B4
RGB
CMYK
RGB Variations
Color information
#ED65B4 (or 0xED65B4) is known color: Hot Pink. HEX triplet: ED, 65 and B4. RGB value is (237,101,180). Sum of RGB (Red+Green+Blue) = 237+101+180=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED65B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED65B4 is #129A4B. Grayscale: #969696. Windows color (decimal): -1219148 or 11822573. OLE color: 11822573.
HSL color Cylindrical-coordinate representation of color #ED65B4: hue angle of 325.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED65B4 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 180 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.07 |
| HSL | 325.15º | 0.79% | 0.66% | - |
| HSV(B) | 325.15º | 0.57% | 0.93% | - |
| XYZ | 47.82 | 30.61 | 46.57 | - |
| YUV | 150.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 180 | 0 | 0.57 | 0.24 | 0.07 | 325.15 | 0.79 | 0.66 |
| Hex | ED | 65 | B4 | 0 | 39 | 18 | 7 | 145 | 4F | 42 |
| Octal | 355 | 145 | 264 | 0 | 71 | 30 | 7 | 505 | 117 | 102 |
| Binary | 11101101 | 1100101 | 10110100 | 0 | 111001 | 11000 | 111 | 101000101 | 1001111 | 1000010 |
Color Harmonies of #ED65B4
Complementary color
Monochromatic Colors of #ED65B4
Black with #ED65B4
Text Example
Text Example
White with #ED65B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED65B4; }
p { color: rgb(237,101,180); }
H1.HeaderClassName
{
color: #ED65B4;
}
.AnyTagClassName
{
color: #ED65B4;
}
</style>
background-color css
<style>
a { background-color: #ED65B4; }
a { background-color: rgb(237,101,180); }
div.DivClassName
{
background-color: #ED65B4;
}
.BgClassName
{
background-color: #ED65B4;
}
</style>
border-color css
<style>
span { border-color: #ED65B4; }
span { border-color: rgb(237,101,180); }
td.TdClassName
{
border-color: #ED65B4;
}
.TagClassName
{
border-color: #ED65B4;
}
</style>