Shades of Hot Pink #ED6BAE
Tints of Hot Pink #ED6BAE
RGB
CMYK
RGB Variations
Color information
#ED6BAE (or 0xED6BAE) is known color: Hot Pink. HEX triplet: ED, 6B and AE. RGB value is (237,107,174). Sum of RGB (Red+Green+Blue) = 237+107+174=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6BAE is #129451. Grayscale: #999999. Windows color (decimal): -1217618 or 11430893. OLE color: 11430893.
HSL color Cylindrical-coordinate representation of color #ED6BAE: hue angle of 329.08º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BAE is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 174 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.07 |
| HSL | 329.08º | 0.78% | 0.67% | - |
| HSV(B) | 329.08º | 0.55% | 0.93% | - |
| XYZ | 47.82 | 31.58 | 43.62 | - |
| YUV | 153.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 174 | 0 | 0.55 | 0.27 | 0.07 | 329.08 | 0.78 | 0.67 |
| Hex | ED | 6B | AE | 0 | 37 | 1B | 7 | 149 | 4E | 43 |
| Octal | 355 | 153 | 256 | 0 | 67 | 33 | 7 | 511 | 116 | 103 |
| Binary | 11101101 | 1101011 | 10101110 | 0 | 110111 | 11011 | 111 | 101001001 | 1001110 | 1000011 |
Color Harmonies of #ED6BAE
Complementary color
Monochromatic Colors of #ED6BAE
Black with #ED6BAE
Text Example
Text Example
White with #ED6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BAE; }
p { color: rgb(237,107,174); }
H1.HeaderClassName
{
color: #ED6BAE;
}
.AnyTagClassName
{
color: #ED6BAE;
}
</style>
background-color css
<style>
a { background-color: #ED6BAE; }
a { background-color: rgb(237,107,174); }
div.DivClassName
{
background-color: #ED6BAE;
}
.BgClassName
{
background-color: #ED6BAE;
}
</style>
border-color css
<style>
span { border-color: #ED6BAE; }
span { border-color: rgb(237,107,174); }
td.TdClassName
{
border-color: #ED6BAE;
}
.TagClassName
{
border-color: #ED6BAE;
}
</style>