Shades of Hot Pink #EC67AF
Tints of Hot Pink #EC67AF
RGB
CMYK
RGB Variations
Color information
#EC67AF (or 0xEC67AF) is known color: Hot Pink. HEX triplet: EC, 67 and AF. RGB value is (236,103,175). Sum of RGB (Red+Green+Blue) = 236+103+175=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC67AF is #139850. Grayscale: #969696. Windows color (decimal): -1284177 or 11495404. OLE color: 11495404.
HSL color Cylindrical-coordinate representation of color #EC67AF: hue angle of 327.52º 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 #EC67AF is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 175 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.07 |
| HSL | 327.52º | 0.78% | 0.66% | - |
| HSV(B) | 327.52º | 0.56% | 0.93% | - |
| XYZ | 47.18 | 30.63 | 43.98 | - |
| YUV | 150.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 175 | 0 | 0.56 | 0.26 | 0.07 | 327.52 | 0.78 | 0.66 |
| Hex | EC | 67 | AF | 0 | 38 | 1A | 7 | 148 | 4E | 42 |
| Octal | 354 | 147 | 257 | 0 | 70 | 32 | 7 | 510 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10101111 | 0 | 111000 | 11010 | 111 | 101001000 | 1001110 | 1000010 |
Color Harmonies of #EC67AF
Complementary color
Monochromatic Colors of #EC67AF
Black with #EC67AF
Text Example
Text Example
White with #EC67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67AF; }
p { color: rgb(236,103,175); }
H1.HeaderClassName
{
color: #EC67AF;
}
.AnyTagClassName
{
color: #EC67AF;
}
</style>
background-color css
<style>
a { background-color: #EC67AF; }
a { background-color: rgb(236,103,175); }
div.DivClassName
{
background-color: #EC67AF;
}
.BgClassName
{
background-color: #EC67AF;
}
</style>
border-color css
<style>
span { border-color: #EC67AF; }
span { border-color: rgb(236,103,175); }
td.TdClassName
{
border-color: #EC67AF;
}
.TagClassName
{
border-color: #EC67AF;
}
</style>