Shades of Hot Pink #EF61B2
Tints of Hot Pink #EF61B2
RGB
CMYK
RGB Variations
Color information
#EF61B2 (or 0xEF61B2) is known color: Hot Pink. HEX triplet: EF, 61 and B2. RGB value is (239,97,178). Sum of RGB (Red+Green+Blue) = 239+97+178=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF61B2 is #109E4D. Grayscale: #949494. Windows color (decimal): -1089102 or 11690479. OLE color: 11690479.
HSL color Cylindrical-coordinate representation of color #EF61B2: hue angle of 325.77º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF61B2 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 178 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.06 |
| HSL | 325.77º | 0.82% | 0.66% | - |
| HSV(B) | 325.77º | 0.59% | 0.94% | - |
| XYZ | 47.91 | 30.11 | 45.41 | - |
| YUV | 148.69 | 144.54 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 178 | 0 | 0.59 | 0.26 | 0.06 | 325.77 | 0.82 | 0.66 |
| Hex | EF | 61 | B2 | 0 | 3B | 1A | 6 | 146 | 52 | 42 |
| Octal | 357 | 141 | 262 | 0 | 73 | 32 | 6 | 506 | 122 | 102 |
| Binary | 11101111 | 1100001 | 10110010 | 0 | 111011 | 11010 | 110 | 101000110 | 1010010 | 1000010 |
Color Harmonies of #EF61B2
Complementary color
Monochromatic Colors of #EF61B2
Black with #EF61B2
Text Example
Text Example
White with #EF61B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF61B2; }
p { color: rgb(239,97,178); }
H1.HeaderClassName
{
color: #EF61B2;
}
.AnyTagClassName
{
color: #EF61B2;
}
</style>
background-color css
<style>
a { background-color: #EF61B2; }
a { background-color: rgb(239,97,178); }
div.DivClassName
{
background-color: #EF61B2;
}
.BgClassName
{
background-color: #EF61B2;
}
</style>
border-color css
<style>
span { border-color: #EF61B2; }
span { border-color: rgb(239,97,178); }
td.TdClassName
{
border-color: #EF61B2;
}
.TagClassName
{
border-color: #EF61B2;
}
</style>