Shades of Hot Pink #ED61B2
Tints of Hot Pink #ED61B2
RGB
CMYK
RGB Variations
Color information
#ED61B2 (or 0xED61B2) is known color: Hot Pink. HEX triplet: ED, 61 and B2. RGB value is (237,97,178). Sum of RGB (Red+Green+Blue) = 237+97+178=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED61B2 is #129E4D. Grayscale: #939393. Windows color (decimal): -1220174 or 11690477. OLE color: 11690477.
HSL color Cylindrical-coordinate representation of color #ED61B2: hue angle of 325.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED61B2 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 178 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.07 |
| HSL | 325.29º | 0.8% | 0.65% | - |
| HSV(B) | 325.29º | 0.59% | 0.93% | - |
| XYZ | 47.24 | 29.77 | 45.38 | - |
| YUV | 148.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 178 | 0 | 0.59 | 0.25 | 0.07 | 325.29 | 0.8 | 0.65 |
| Hex | ED | 61 | B2 | 0 | 3B | 19 | 7 | 145 | 50 | 41 |
| Octal | 355 | 141 | 262 | 0 | 73 | 31 | 7 | 505 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10110010 | 0 | 111011 | 11001 | 111 | 101000101 | 1010000 | 1000001 |
Color Harmonies of #ED61B2
Complementary color
Monochromatic Colors of #ED61B2
Black with #ED61B2
Text Example
Text Example
White with #ED61B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED61B2; }
p { color: rgb(237,97,178); }
H1.HeaderClassName
{
color: #ED61B2;
}
.AnyTagClassName
{
color: #ED61B2;
}
</style>
background-color css
<style>
a { background-color: #ED61B2; }
a { background-color: rgb(237,97,178); }
div.DivClassName
{
background-color: #ED61B2;
}
.BgClassName
{
background-color: #ED61B2;
}
</style>
border-color css
<style>
span { border-color: #ED61B2; }
span { border-color: rgb(237,97,178); }
td.TdClassName
{
border-color: #ED61B2;
}
.TagClassName
{
border-color: #ED61B2;
}
</style>