Shades of Hot Pink #EC67B2
Tints of Hot Pink #EC67B2
RGB
CMYK
RGB Variations
Color information
#EC67B2 (or 0xEC67B2) is known color: Hot Pink. HEX triplet: EC, 67 and B2. RGB value is (236,103,178). Sum of RGB (Red+Green+Blue) = 236+103+178=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC67B2 is #13984D. Grayscale: #979797. Windows color (decimal): -1284174 or 11692012. OLE color: 11692012.
HSL color Cylindrical-coordinate representation of color #EC67B2: hue angle of 326.17º 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 #EC67B2 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 178 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.07 |
| HSL | 326.17º | 0.78% | 0.66% | - |
| HSV(B) | 326.17º | 0.56% | 0.93% | - |
| XYZ | 47.48 | 30.75 | 45.55 | - |
| YUV | 151.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 178 | 0 | 0.56 | 0.25 | 0.07 | 326.17 | 0.78 | 0.66 |
| Hex | EC | 67 | B2 | 0 | 38 | 19 | 7 | 146 | 4E | 42 |
| Octal | 354 | 147 | 262 | 0 | 70 | 31 | 7 | 506 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10110010 | 0 | 111000 | 11001 | 111 | 101000110 | 1001110 | 1000010 |
Color Harmonies of #EC67B2
Complementary color
Monochromatic Colors of #EC67B2
Black with #EC67B2
Text Example
Text Example
White with #EC67B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67B2; }
p { color: rgb(236,103,178); }
H1.HeaderClassName
{
color: #EC67B2;
}
.AnyTagClassName
{
color: #EC67B2;
}
</style>
background-color css
<style>
a { background-color: #EC67B2; }
a { background-color: rgb(236,103,178); }
div.DivClassName
{
background-color: #EC67B2;
}
.BgClassName
{
background-color: #EC67B2;
}
</style>
border-color css
<style>
span { border-color: #EC67B2; }
span { border-color: rgb(236,103,178); }
td.TdClassName
{
border-color: #EC67B2;
}
.TagClassName
{
border-color: #EC67B2;
}
</style>