Shades of Hot Pink #ED66B3
Tints of Hot Pink #ED66B3
RGB
CMYK
RGB Variations
Color information
#ED66B3 (or 0xED66B3) is known color: Hot Pink. HEX triplet: ED, 66 and B3. RGB value is (237,102,179). Sum of RGB (Red+Green+Blue) = 237+102+179=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66B3 is #12994C. Grayscale: #969696. Windows color (decimal): -1218893 or 11757293. OLE color: 11757293.
HSL color Cylindrical-coordinate representation of color #ED66B3: hue angle of 325.78º 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 #ED66B3 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 179 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.07 |
| HSL | 325.78º | 0.79% | 0.66% | - |
| HSV(B) | 325.78º | 0.57% | 0.93% | - |
| XYZ | 47.81 | 30.76 | 46.07 | - |
| YUV | 151.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 179 | 0 | 0.57 | 0.24 | 0.07 | 325.78 | 0.79 | 0.66 |
| Hex | ED | 66 | B3 | 0 | 39 | 18 | 7 | 146 | 4F | 42 |
| Octal | 355 | 146 | 263 | 0 | 71 | 30 | 7 | 506 | 117 | 102 |
| Binary | 11101101 | 1100110 | 10110011 | 0 | 111001 | 11000 | 111 | 101000110 | 1001111 | 1000010 |
Color Harmonies of #ED66B3
Complementary color
Monochromatic Colors of #ED66B3
Black with #ED66B3
Text Example
Text Example
White with #ED66B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED66B3; }
p { color: rgb(237,102,179); }
H1.HeaderClassName
{
color: #ED66B3;
}
.AnyTagClassName
{
color: #ED66B3;
}
</style>
background-color css
<style>
a { background-color: #ED66B3; }
a { background-color: rgb(237,102,179); }
div.DivClassName
{
background-color: #ED66B3;
}
.BgClassName
{
background-color: #ED66B3;
}
</style>
border-color css
<style>
span { border-color: #ED66B3; }
span { border-color: rgb(237,102,179); }
td.TdClassName
{
border-color: #ED66B3;
}
.TagClassName
{
border-color: #ED66B3;
}
</style>