Shades of Hot Pink #EC67BB
Tints of Hot Pink #EC67BB
RGB
CMYK
RGB Variations
Color information
#EC67BB (or 0xEC67BB) is known color: Hot Pink. HEX triplet: EC, 67 and BB. RGB value is (236,103,187). Sum of RGB (Red+Green+Blue) = 236+103+187=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67BB is #139844. Grayscale: #989898. Windows color (decimal): -1284165 or 12281836. OLE color: 12281836.
HSL color Cylindrical-coordinate representation of color #EC67BB: hue angle of 322.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC67BB is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 187 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.07 |
| HSL | 322.11º | 0.78% | 0.66% | - |
| HSV(B) | 322.11º | 0.56% | 0.93% | - |
| XYZ | 48.41 | 31.12 | 50.47 | - |
| YUV | 152.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 187 | 0 | 0.56 | 0.21 | 0.07 | 322.11 | 0.78 | 0.66 |
| Hex | EC | 67 | BB | 0 | 38 | 15 | 7 | 142 | 4E | 42 |
| Octal | 354 | 147 | 273 | 0 | 70 | 25 | 7 | 502 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10111011 | 0 | 111000 | 10101 | 111 | 101000010 | 1001110 | 1000010 |
Color Harmonies of #EC67BB
Complementary color
Monochromatic Colors of #EC67BB
Black with #EC67BB
Text Example
Text Example
White with #EC67BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67BB; }
p { color: rgb(236,103,187); }
H1.HeaderClassName
{
color: #EC67BB;
}
.AnyTagClassName
{
color: #EC67BB;
}
</style>
background-color css
<style>
a { background-color: #EC67BB; }
a { background-color: rgb(236,103,187); }
div.DivClassName
{
background-color: #EC67BB;
}
.BgClassName
{
background-color: #EC67BB;
}
</style>
border-color css
<style>
span { border-color: #EC67BB; }
span { border-color: rgb(236,103,187); }
td.TdClassName
{
border-color: #EC67BB;
}
.TagClassName
{
border-color: #EC67BB;
}
</style>