Shades of Hot Pink #EC69B2
Tints of Hot Pink #EC69B2
RGB
CMYK
RGB Variations
Color information
#EC69B2 (or 0xEC69B2) is known color: Hot Pink. HEX triplet: EC, 69 and B2. RGB value is (236,105,178). Sum of RGB (Red+Green+Blue) = 236+105+178=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC69B2 is #13964D. Grayscale: #989898. Windows color (decimal): -1283662 or 11692524. OLE color: 11692524.
HSL color Cylindrical-coordinate representation of color #EC69B2: hue angle of 326.56º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC69B2 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 178 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.07 |
| HSL | 326.56º | 0.78% | 0.67% | - |
| HSV(B) | 326.56º | 0.56% | 0.93% | - |
| XYZ | 47.68 | 31.15 | 45.62 | - |
| YUV | 152.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 178 | 0 | 0.56 | 0.25 | 0.07 | 326.56 | 0.78 | 0.67 |
| Hex | EC | 69 | B2 | 0 | 38 | 19 | 7 | 147 | 4E | 43 |
| Octal | 354 | 151 | 262 | 0 | 70 | 31 | 7 | 507 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10110010 | 0 | 111000 | 11001 | 111 | 101000111 | 1001110 | 1000011 |
Color Harmonies of #EC69B2
Complementary color
Monochromatic Colors of #EC69B2
Black with #EC69B2
Text Example
Text Example
White with #EC69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69B2; }
p { color: rgb(236,105,178); }
H1.HeaderClassName
{
color: #EC69B2;
}
.AnyTagClassName
{
color: #EC69B2;
}
</style>
background-color css
<style>
a { background-color: #EC69B2; }
a { background-color: rgb(236,105,178); }
div.DivClassName
{
background-color: #EC69B2;
}
.BgClassName
{
background-color: #EC69B2;
}
</style>
border-color css
<style>
span { border-color: #EC69B2; }
span { border-color: rgb(236,105,178); }
td.TdClassName
{
border-color: #EC69B2;
}
.TagClassName
{
border-color: #EC69B2;
}
</style>