Shades of Hot Pink #EC67A8
Tints of Hot Pink #EC67A8
RGB
CMYK
RGB Variations
Color information
#EC67A8 (or 0xEC67A8) is known color: Hot Pink. HEX triplet: EC, 67 and A8. RGB value is (236,103,168). Sum of RGB (Red+Green+Blue) = 236+103+168=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC67A8 is #139857. Grayscale: #969696. Windows color (decimal): -1284184 or 11036652. OLE color: 11036652.
HSL color Cylindrical-coordinate representation of color #EC67A8: hue angle of 330.68º 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 #EC67A8 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 168 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.07 |
| HSL | 330.68º | 0.78% | 0.66% | - |
| HSV(B) | 330.68º | 0.56% | 0.93% | - |
| XYZ | 46.51 | 30.36 | 40.45 | - |
| YUV | 150.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 168 | 0 | 0.56 | 0.29 | 0.07 | 330.68 | 0.78 | 0.66 |
| Hex | EC | 67 | A8 | 0 | 38 | 1D | 7 | 14B | 4E | 42 |
| Octal | 354 | 147 | 250 | 0 | 70 | 35 | 7 | 513 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10101000 | 0 | 111000 | 11101 | 111 | 101001011 | 1001110 | 1000010 |
Color Harmonies of #EC67A8
Complementary color
Monochromatic Colors of #EC67A8
Black with #EC67A8
Text Example
Text Example
White with #EC67A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67A8; }
p { color: rgb(236,103,168); }
H1.HeaderClassName
{
color: #EC67A8;
}
.AnyTagClassName
{
color: #EC67A8;
}
</style>
background-color css
<style>
a { background-color: #EC67A8; }
a { background-color: rgb(236,103,168); }
div.DivClassName
{
background-color: #EC67A8;
}
.BgClassName
{
background-color: #EC67A8;
}
</style>
border-color css
<style>
span { border-color: #EC67A8; }
span { border-color: rgb(236,103,168); }
td.TdClassName
{
border-color: #EC67A8;
}
.TagClassName
{
border-color: #EC67A8;
}
</style>