Shades of Hot Pink #ED65AF
Tints of Hot Pink #ED65AF
RGB
CMYK
RGB Variations
Color information
#ED65AF (or 0xED65AF) is known color: Hot Pink. HEX triplet: ED, 65 and AF. RGB value is (237,101,175). Sum of RGB (Red+Green+Blue) = 237+101+175=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED65AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED65AF is #129A50. Grayscale: #959595. Windows color (decimal): -1219153 or 11494893. OLE color: 11494893.
HSL color Cylindrical-coordinate representation of color #ED65AF: hue angle of 327.35º 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 #ED65AF is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 175 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.07 |
| HSL | 327.35º | 0.79% | 0.66% | - |
| HSV(B) | 327.35º | 0.57% | 0.93% | - |
| XYZ | 47.32 | 30.41 | 43.93 | - |
| YUV | 150.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 175 | 0 | 0.57 | 0.26 | 0.07 | 327.35 | 0.79 | 0.66 |
| Hex | ED | 65 | AF | 0 | 39 | 1A | 7 | 147 | 4F | 42 |
| Octal | 355 | 145 | 257 | 0 | 71 | 32 | 7 | 507 | 117 | 102 |
| Binary | 11101101 | 1100101 | 10101111 | 0 | 111001 | 11010 | 111 | 101000111 | 1001111 | 1000010 |
Color Harmonies of #ED65AF
Complementary color
Monochromatic Colors of #ED65AF
Black with #ED65AF
Text Example
Text Example
White with #ED65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED65AF; }
p { color: rgb(237,101,175); }
H1.HeaderClassName
{
color: #ED65AF;
}
.AnyTagClassName
{
color: #ED65AF;
}
</style>
background-color css
<style>
a { background-color: #ED65AF; }
a { background-color: rgb(237,101,175); }
div.DivClassName
{
background-color: #ED65AF;
}
.BgClassName
{
background-color: #ED65AF;
}
</style>
border-color css
<style>
span { border-color: #ED65AF; }
span { border-color: rgb(237,101,175); }
td.TdClassName
{
border-color: #ED65AF;
}
.TagClassName
{
border-color: #ED65AF;
}
</style>