Shades of Hot Pink #EC67AD
Tints of Hot Pink #EC67AD
RGB
CMYK
RGB Variations
Color information
#EC67AD (or 0xEC67AD) is known color: Hot Pink. HEX triplet: EC, 67 and AD. RGB value is (236,103,173). Sum of RGB (Red+Green+Blue) = 236+103+173=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC67AD is #139852. Grayscale: #969696. Windows color (decimal): -1284179 or 11364332. OLE color: 11364332.
HSL color Cylindrical-coordinate representation of color #EC67AD: hue angle of 328.42º 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 #EC67AD is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 173 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.07 |
| HSL | 328.42º | 0.78% | 0.66% | - |
| HSV(B) | 328.42º | 0.56% | 0.93% | - |
| XYZ | 46.99 | 30.55 | 42.96 | - |
| YUV | 150.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 173 | 0 | 0.56 | 0.27 | 0.07 | 328.42 | 0.78 | 0.66 |
| Hex | EC | 67 | AD | 0 | 38 | 1B | 7 | 148 | 4E | 42 |
| Octal | 354 | 147 | 255 | 0 | 70 | 33 | 7 | 510 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10101101 | 0 | 111000 | 11011 | 111 | 101001000 | 1001110 | 1000010 |
Color Harmonies of #EC67AD
Complementary color
Monochromatic Colors of #EC67AD
Black with #EC67AD
Text Example
Text Example
White with #EC67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67AD; }
p { color: rgb(236,103,173); }
H1.HeaderClassName
{
color: #EC67AD;
}
.AnyTagClassName
{
color: #EC67AD;
}
</style>
background-color css
<style>
a { background-color: #EC67AD; }
a { background-color: rgb(236,103,173); }
div.DivClassName
{
background-color: #EC67AD;
}
.BgClassName
{
background-color: #EC67AD;
}
</style>
border-color css
<style>
span { border-color: #EC67AD; }
span { border-color: rgb(236,103,173); }
td.TdClassName
{
border-color: #EC67AD;
}
.TagClassName
{
border-color: #EC67AD;
}
</style>