Shades of Hot Pink #EF69B2
Tints of Hot Pink #EF69B2
RGB
CMYK
RGB Variations
Color information
#EF69B2 (or 0xEF69B2) is known color: Hot Pink. HEX triplet: EF, 69 and B2. RGB value is (239,105,178). Sum of RGB (Red+Green+Blue) = 239+105+178=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF69B2 is #10964D. Grayscale: #999999. Windows color (decimal): -1087054 or 11692527. OLE color: 11692527.
HSL color Cylindrical-coordinate representation of color #EF69B2: hue angle of 327.31º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF69B2 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 178 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.06 |
| HSL | 327.31º | 0.81% | 0.67% | - |
| HSV(B) | 327.31º | 0.56% | 0.94% | - |
| XYZ | 48.68 | 31.67 | 45.67 | - |
| YUV | 153.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 178 | 0 | 0.56 | 0.26 | 0.06 | 327.31 | 0.81 | 0.67 |
| Hex | EF | 69 | B2 | 0 | 38 | 1A | 6 | 147 | 51 | 43 |
| Octal | 357 | 151 | 262 | 0 | 70 | 32 | 6 | 507 | 121 | 103 |
| Binary | 11101111 | 1101001 | 10110010 | 0 | 111000 | 11010 | 110 | 101000111 | 1010001 | 1000011 |
Color Harmonies of #EF69B2
Complementary color
Monochromatic Colors of #EF69B2
Black with #EF69B2
Text Example
Text Example
White with #EF69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF69B2; }
p { color: rgb(239,105,178); }
H1.HeaderClassName
{
color: #EF69B2;
}
.AnyTagClassName
{
color: #EF69B2;
}
</style>
background-color css
<style>
a { background-color: #EF69B2; }
a { background-color: rgb(239,105,178); }
div.DivClassName
{
background-color: #EF69B2;
}
.BgClassName
{
background-color: #EF69B2;
}
</style>
border-color css
<style>
span { border-color: #EF69B2; }
span { border-color: rgb(239,105,178); }
td.TdClassName
{
border-color: #EF69B2;
}
.TagClassName
{
border-color: #EF69B2;
}
</style>