Shades of Hot Pink #EC68AE
Tints of Hot Pink #EC68AE
RGB
CMYK
RGB Variations
Color information
#EC68AE (or 0xEC68AE) is known color: Hot Pink. HEX triplet: EC, 68 and AE. RGB value is (236,104,174). Sum of RGB (Red+Green+Blue) = 236+104+174=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC68AE is #139751. Grayscale: #979797. Windows color (decimal): -1283922 or 11430124. OLE color: 11430124.
HSL color Cylindrical-coordinate representation of color #EC68AE: hue angle of 328.18º 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 #EC68AE is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 174 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.07 |
| HSL | 328.18º | 0.78% | 0.67% | - |
| HSV(B) | 328.18º | 0.56% | 0.93% | - |
| XYZ | 47.18 | 30.79 | 43.5 | - |
| YUV | 151.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 174 | 0 | 0.56 | 0.26 | 0.07 | 328.18 | 0.78 | 0.67 |
| Hex | EC | 68 | AE | 0 | 38 | 1A | 7 | 148 | 4E | 43 |
| Octal | 354 | 150 | 256 | 0 | 70 | 32 | 7 | 510 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10101110 | 0 | 111000 | 11010 | 111 | 101001000 | 1001110 | 1000011 |
Color Harmonies of #EC68AE
Complementary color
Monochromatic Colors of #EC68AE
Black with #EC68AE
Text Example
Text Example
White with #EC68AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68AE; }
p { color: rgb(236,104,174); }
H1.HeaderClassName
{
color: #EC68AE;
}
.AnyTagClassName
{
color: #EC68AE;
}
</style>
background-color css
<style>
a { background-color: #EC68AE; }
a { background-color: rgb(236,104,174); }
div.DivClassName
{
background-color: #EC68AE;
}
.BgClassName
{
background-color: #EC68AE;
}
</style>
border-color css
<style>
span { border-color: #EC68AE; }
span { border-color: rgb(236,104,174); }
td.TdClassName
{
border-color: #EC68AE;
}
.TagClassName
{
border-color: #EC68AE;
}
</style>