Shades of Hot Pink #ED69BA
Tints of Hot Pink #ED69BA
RGB
CMYK
RGB Variations
Color information
#ED69BA (or 0xED69BA) is known color: Hot Pink. HEX triplet: ED, 69 and BA. RGB value is (237,105,186). Sum of RGB (Red+Green+Blue) = 237+105+186=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69BA is #129645. Grayscale: #999999. Windows color (decimal): -1218118 or 12216813. OLE color: 12216813.
HSL color Cylindrical-coordinate representation of color #ED69BA: hue angle of 323.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED69BA is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 186 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.07 |
| HSL | 323.18º | 0.79% | 0.67% | - |
| HSV(B) | 323.18º | 0.56% | 0.93% | - |
| XYZ | 48.84 | 31.65 | 49.99 | - |
| YUV | 153.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 186 | 0 | 0.56 | 0.22 | 0.07 | 323.18 | 0.79 | 0.67 |
| Hex | ED | 69 | BA | 0 | 38 | 16 | 7 | 143 | 4F | 43 |
| Octal | 355 | 151 | 272 | 0 | 70 | 26 | 7 | 503 | 117 | 103 |
| Binary | 11101101 | 1101001 | 10111010 | 0 | 111000 | 10110 | 111 | 101000011 | 1001111 | 1000011 |
Color Harmonies of #ED69BA
Complementary color
Monochromatic Colors of #ED69BA
Black with #ED69BA
Text Example
Text Example
White with #ED69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED69BA; }
p { color: rgb(237,105,186); }
H1.HeaderClassName
{
color: #ED69BA;
}
.AnyTagClassName
{
color: #ED69BA;
}
</style>
background-color css
<style>
a { background-color: #ED69BA; }
a { background-color: rgb(237,105,186); }
div.DivClassName
{
background-color: #ED69BA;
}
.BgClassName
{
background-color: #ED69BA;
}
</style>
border-color css
<style>
span { border-color: #ED69BA; }
span { border-color: rgb(237,105,186); }
td.TdClassName
{
border-color: #ED69BA;
}
.TagClassName
{
border-color: #ED69BA;
}
</style>