Shades of Neon Pink #EE68CD
Tints of Neon Pink #EE68CD
RGB
CMYK
RGB Variations
Color information
#EE68CD (or 0xEE68CD) is known color: Neon Pink. HEX triplet: EE, 68 and CD. RGB value is (238,104,205). Sum of RGB (Red+Green+Blue) = 238+104+205=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE68CD is #119732. Grayscale: #9B9B9B. Windows color (decimal): -1152819 or 13461742. OLE color: 13461742.
HSL color Cylindrical-coordinate representation of color #EE68CD: hue angle of 314.78º 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 #EE68CD is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 205 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.07 |
| HSL | 314.78º | 0.8% | 0.67% | - |
| HSV(B) | 314.78º | 0.56% | 0.93% | - |
| XYZ | 51.23 | 32.49 | 61.33 | - |
| YUV | 155.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 205 | 0 | 0.56 | 0.14 | 0.07 | 314.78 | 0.8 | 0.67 |
| Hex | EE | 68 | CD | 0 | 38 | E | 7 | 13B | 50 | 43 |
| Octal | 356 | 150 | 315 | 0 | 70 | 16 | 7 | 473 | 120 | 103 |
| Binary | 11101110 | 1101000 | 11001101 | 0 | 111000 | 1110 | 111 | 100111011 | 1010000 | 1000011 |
Color Harmonies of #EE68CD
Complementary color
Monochromatic Colors of #EE68CD
Black with #EE68CD
Text Example
Text Example
White with #EE68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE68CD; }
p { color: rgb(238,104,205); }
H1.HeaderClassName
{
color: #EE68CD;
}
.AnyTagClassName
{
color: #EE68CD;
}
</style>
background-color css
<style>
a { background-color: #EE68CD; }
a { background-color: rgb(238,104,205); }
div.DivClassName
{
background-color: #EE68CD;
}
.BgClassName
{
background-color: #EE68CD;
}
</style>
border-color css
<style>
span { border-color: #EE68CD; }
span { border-color: rgb(238,104,205); }
td.TdClassName
{
border-color: #EE68CD;
}
.TagClassName
{
border-color: #EE68CD;
}
</style>