Shades of Neon Pink #EB68CA
Tints of Neon Pink #EB68CA
RGB
CMYK
RGB Variations
Color information
#EB68CA (or 0xEB68CA) is known color: Neon Pink. HEX triplet: EB, 68 and CA. RGB value is (235,104,202). Sum of RGB (Red+Green+Blue) = 235+104+202=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68CA is #149735. Grayscale: #9A9A9A. Windows color (decimal): -1349430 or 13265131. OLE color: 13265131.
HSL color Cylindrical-coordinate representation of color #EB68CA: hue angle of 315.11º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68CA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 202 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.08 |
| HSL | 315.11º | 0.77% | 0.66% | - |
| HSV(B) | 315.11º | 0.56% | 0.92% | - |
| XYZ | 49.87 | 31.83 | 59.39 | - |
| YUV | 154.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 202 | 0 | 0.56 | 0.14 | 0.08 | 315.11 | 0.77 | 0.66 |
| Hex | EB | 68 | CA | 0 | 38 | E | 8 | 13B | 4D | 42 |
| Octal | 353 | 150 | 312 | 0 | 70 | 16 | 10 | 473 | 115 | 102 |
| Binary | 11101011 | 1101000 | 11001010 | 0 | 111000 | 1110 | 1000 | 100111011 | 1001101 | 1000010 |
Color Harmonies of #EB68CA
Complementary color
Monochromatic Colors of #EB68CA
Black with #EB68CA
Text Example
Text Example
White with #EB68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68CA; }
p { color: rgb(235,104,202); }
H1.HeaderClassName
{
color: #EB68CA;
}
.AnyTagClassName
{
color: #EB68CA;
}
</style>
background-color css
<style>
a { background-color: #EB68CA; }
a { background-color: rgb(235,104,202); }
div.DivClassName
{
background-color: #EB68CA;
}
.BgClassName
{
background-color: #EB68CA;
}
</style>
border-color css
<style>
span { border-color: #EB68CA; }
span { border-color: rgb(235,104,202); }
td.TdClassName
{
border-color: #EB68CA;
}
.TagClassName
{
border-color: #EB68CA;
}
</style>