Shades of Hot Pink #EC67B4
Tints of Hot Pink #EC67B4
RGB
CMYK
RGB Variations
Color information
#EC67B4 (or 0xEC67B4) is known color: Hot Pink. HEX triplet: EC, 67 and B4. RGB value is (236,103,180). Sum of RGB (Red+Green+Blue) = 236+103+180=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67B4 is #13984B. Grayscale: #979797. Windows color (decimal): -1284172 or 11823084. OLE color: 11823084.
HSL color Cylindrical-coordinate representation of color #EC67B4: hue angle of 325.26º 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 #EC67B4 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 180 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.07 |
| HSL | 325.26º | 0.78% | 0.66% | - |
| HSV(B) | 325.26º | 0.56% | 0.93% | - |
| XYZ | 47.68 | 30.83 | 46.62 | - |
| YUV | 151.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 180 | 0 | 0.56 | 0.24 | 0.07 | 325.26 | 0.78 | 0.66 |
| Hex | EC | 67 | B4 | 0 | 38 | 18 | 7 | 145 | 4E | 42 |
| Octal | 354 | 147 | 264 | 0 | 70 | 30 | 7 | 505 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10110100 | 0 | 111000 | 11000 | 111 | 101000101 | 1001110 | 1000010 |
Color Harmonies of #EC67B4
Complementary color
Monochromatic Colors of #EC67B4
Black with #EC67B4
Text Example
Text Example
White with #EC67B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67B4; }
p { color: rgb(236,103,180); }
H1.HeaderClassName
{
color: #EC67B4;
}
.AnyTagClassName
{
color: #EC67B4;
}
</style>
background-color css
<style>
a { background-color: #EC67B4; }
a { background-color: rgb(236,103,180); }
div.DivClassName
{
background-color: #EC67B4;
}
.BgClassName
{
background-color: #EC67B4;
}
</style>
border-color css
<style>
span { border-color: #EC67B4; }
span { border-color: rgb(236,103,180); }
td.TdClassName
{
border-color: #EC67B4;
}
.TagClassName
{
border-color: #EC67B4;
}
</style>