Shades of Neon Pink #EE75CE
Tints of Neon Pink #EE75CE
RGB
CMYK
RGB Variations
Color information
#EE75CE (or 0xEE75CE) is known color: Neon Pink. HEX triplet: EE, 75 and CE. RGB value is (238,117,206). Sum of RGB (Red+Green+Blue) = 238+117+206=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75CE is #118A31. Grayscale: #A3A3A3. Windows color (decimal): -1149490 or 13530606. OLE color: 13530606.
HSL color Cylindrical-coordinate representation of color #EE75CE: hue angle of 315.87º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE75CE is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 206 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.07 |
| HSL | 315.87º | 0.78% | 0.7% | - |
| HSV(B) | 315.87º | 0.51% | 0.93% | - |
| XYZ | 52.76 | 35.36 | 62.44 | - |
| YUV | 163.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 206 | 0 | 0.51 | 0.13 | 0.07 | 315.87 | 0.78 | 0.7 |
| Hex | EE | 75 | CE | 0 | 33 | D | 7 | 13C | 4E | 46 |
| Octal | 356 | 165 | 316 | 0 | 63 | 15 | 7 | 474 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11001110 | 0 | 110011 | 1101 | 111 | 100111100 | 1001110 | 1000110 |
Color Harmonies of #EE75CE
Complementary color
Monochromatic Colors of #EE75CE
Black with #EE75CE
Text Example
Text Example
White with #EE75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75CE; }
p { color: rgb(238,117,206); }
H1.HeaderClassName
{
color: #EE75CE;
}
.AnyTagClassName
{
color: #EE75CE;
}
</style>
background-color css
<style>
a { background-color: #EE75CE; }
a { background-color: rgb(238,117,206); }
div.DivClassName
{
background-color: #EE75CE;
}
.BgClassName
{
background-color: #EE75CE;
}
</style>
border-color css
<style>
span { border-color: #EE75CE; }
span { border-color: rgb(238,117,206); }
td.TdClassName
{
border-color: #EE75CE;
}
.TagClassName
{
border-color: #EE75CE;
}
</style>