Shades of Hot Pink #EC67B5
Tints of Hot Pink #EC67B5
RGB
CMYK
RGB Variations
Color information
#EC67B5 (or 0xEC67B5) is known color: Hot Pink. HEX triplet: EC, 67 and B5. RGB value is (236,103,181). Sum of RGB (Red+Green+Blue) = 236+103+181=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67B5 is #13984A. Grayscale: #979797. Windows color (decimal): -1284171 or 11888620. OLE color: 11888620.
HSL color Cylindrical-coordinate representation of color #EC67B5: hue angle of 324.81º 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 #EC67B5 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 181 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.07 |
| HSL | 324.81º | 0.78% | 0.66% | - |
| HSV(B) | 324.81º | 0.56% | 0.93% | - |
| XYZ | 47.78 | 30.87 | 47.16 | - |
| YUV | 151.66 | 144.56 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 181 | 0 | 0.56 | 0.23 | 0.07 | 324.81 | 0.78 | 0.66 |
| Hex | EC | 67 | B5 | 0 | 38 | 17 | 7 | 145 | 4E | 42 |
| Octal | 354 | 147 | 265 | 0 | 70 | 27 | 7 | 505 | 116 | 102 |
| Binary | 11101100 | 1100111 | 10110101 | 0 | 111000 | 10111 | 111 | 101000101 | 1001110 | 1000010 |
Color Harmonies of #EC67B5
Complementary color
Monochromatic Colors of #EC67B5
Black with #EC67B5
Text Example
Text Example
White with #EC67B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67B5; }
p { color: rgb(236,103,181); }
H1.HeaderClassName
{
color: #EC67B5;
}
.AnyTagClassName
{
color: #EC67B5;
}
</style>
background-color css
<style>
a { background-color: #EC67B5; }
a { background-color: rgb(236,103,181); }
div.DivClassName
{
background-color: #EC67B5;
}
.BgClassName
{
background-color: #EC67B5;
}
</style>
border-color css
<style>
span { border-color: #EC67B5; }
span { border-color: rgb(236,103,181); }
td.TdClassName
{
border-color: #EC67B5;
}
.TagClassName
{
border-color: #EC67B5;
}
</style>