Shades of Neon Pink #EE68CE
Tints of Neon Pink #EE68CE
RGB
CMYK
RGB Variations
Color information
#EE68CE (or 0xEE68CE) is known color: Neon Pink. HEX triplet: EE, 68 and CE. RGB value is (238,104,206). Sum of RGB (Red+Green+Blue) = 238+104+206=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68CE is #119731. Grayscale: #9B9B9B. Windows color (decimal): -1152818 or 13527278. OLE color: 13527278.
HSL color Cylindrical-coordinate representation of color #EE68CE: hue angle of 314.33º degrees, saturation: 0.8, 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 #EE68CE is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 206 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.07 |
| HSL | 314.33º | 0.8% | 0.67% | - |
| HSV(B) | 314.33º | 0.56% | 0.93% | - |
| XYZ | 51.35 | 32.53 | 61.97 | - |
| YUV | 155.69 | 156.39 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 206 | 0 | 0.56 | 0.13 | 0.07 | 314.33 | 0.8 | 0.67 |
| Hex | EE | 68 | CE | 0 | 38 | D | 7 | 13A | 50 | 43 |
| Octal | 356 | 150 | 316 | 0 | 70 | 15 | 7 | 472 | 120 | 103 |
| Binary | 11101110 | 1101000 | 11001110 | 0 | 111000 | 1101 | 111 | 100111010 | 1010000 | 1000011 |
Color Harmonies of #EE68CE
Complementary color
Monochromatic Colors of #EE68CE
Black with #EE68CE
Text Example
Text Example
White with #EE68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68CE; }
p { color: rgb(238,104,206); }
H1.HeaderClassName
{
color: #EE68CE;
}
.AnyTagClassName
{
color: #EE68CE;
}
</style>
background-color css
<style>
a { background-color: #EE68CE; }
a { background-color: rgb(238,104,206); }
div.DivClassName
{
background-color: #EE68CE;
}
.BgClassName
{
background-color: #EE68CE;
}
</style>
border-color css
<style>
span { border-color: #EE68CE; }
span { border-color: rgb(238,104,206); }
td.TdClassName
{
border-color: #EE68CE;
}
.TagClassName
{
border-color: #EE68CE;
}
</style>