Shades of Neon Pink #EC68CB
Tints of Neon Pink #EC68CB
RGB
CMYK
RGB Variations
Color information
#EC68CB (or 0xEC68CB) is known color: Neon Pink. HEX triplet: EC, 68 and CB. RGB value is (236,104,203). Sum of RGB (Red+Green+Blue) = 236+104+203=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68CB is #139734. Grayscale: #9A9A9A. Windows color (decimal): -1283893 or 13330668. OLE color: 13330668.
HSL color Cylindrical-coordinate representation of color #EC68CB: hue angle of 315º 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 #EC68CB is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 203 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.07 |
| HSL | 315º | 0.78% | 0.67% | - |
| HSV(B) | 315º | 0.56% | 0.93% | - |
| XYZ | 50.32 | 32.05 | 60.03 | - |
| YUV | 154.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 203 | 0 | 0.56 | 0.14 | 0.07 | 315 | 0.78 | 0.67 |
| Hex | EC | 68 | CB | 0 | 38 | E | 7 | 13B | 4E | 43 |
| Octal | 354 | 150 | 313 | 0 | 70 | 16 | 7 | 473 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11001011 | 0 | 111000 | 1110 | 111 | 100111011 | 1001110 | 1000011 |
Color Harmonies of #EC68CB
Complementary color
Monochromatic Colors of #EC68CB
Black with #EC68CB
Text Example
Text Example
White with #EC68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68CB; }
p { color: rgb(236,104,203); }
H1.HeaderClassName
{
color: #EC68CB;
}
.AnyTagClassName
{
color: #EC68CB;
}
</style>
background-color css
<style>
a { background-color: #EC68CB; }
a { background-color: rgb(236,104,203); }
div.DivClassName
{
background-color: #EC68CB;
}
.BgClassName
{
background-color: #EC68CB;
}
</style>
border-color css
<style>
span { border-color: #EC68CB; }
span { border-color: rgb(236,104,203); }
td.TdClassName
{
border-color: #EC68CB;
}
.TagClassName
{
border-color: #EC68CB;
}
</style>