Shades of Hot Pink #EC69B5
Tints of Hot Pink #EC69B5
RGB
CMYK
RGB Variations
Color information
#EC69B5 (or 0xEC69B5) is known color: Hot Pink. HEX triplet: EC, 69 and B5. RGB value is (236,105,181). Sum of RGB (Red+Green+Blue) = 236+105+181=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69B5 is #13964A. Grayscale: #989898. Windows color (decimal): -1283659 or 11889132. OLE color: 11889132.
HSL color Cylindrical-coordinate representation of color #EC69B5: hue angle of 325.19º 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 #EC69B5 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 181 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.07 |
| HSL | 325.19º | 0.78% | 0.67% | - |
| HSV(B) | 325.19º | 0.56% | 0.93% | - |
| XYZ | 47.98 | 31.27 | 47.22 | - |
| YUV | 152.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 181 | 0 | 0.56 | 0.23 | 0.07 | 325.19 | 0.78 | 0.67 |
| Hex | EC | 69 | B5 | 0 | 38 | 17 | 7 | 145 | 4E | 43 |
| Octal | 354 | 151 | 265 | 0 | 70 | 27 | 7 | 505 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10110101 | 0 | 111000 | 10111 | 111 | 101000101 | 1001110 | 1000011 |
Color Harmonies of #EC69B5
Complementary color
Monochromatic Colors of #EC69B5
Black with #EC69B5
Text Example
Text Example
White with #EC69B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69B5; }
p { color: rgb(236,105,181); }
H1.HeaderClassName
{
color: #EC69B5;
}
.AnyTagClassName
{
color: #EC69B5;
}
</style>
background-color css
<style>
a { background-color: #EC69B5; }
a { background-color: rgb(236,105,181); }
div.DivClassName
{
background-color: #EC69B5;
}
.BgClassName
{
background-color: #EC69B5;
}
</style>
border-color css
<style>
span { border-color: #EC69B5; }
span { border-color: rgb(236,105,181); }
td.TdClassName
{
border-color: #EC69B5;
}
.TagClassName
{
border-color: #EC69B5;
}
</style>