Shades of Neon Pink #EE75C5
Tints of Neon Pink #EE75C5
RGB
CMYK
RGB Variations
Color information
#EE75C5 (or 0xEE75C5) is known color: Neon Pink. HEX triplet: EE, 75 and C5. RGB value is (238,117,197). Sum of RGB (Red+Green+Blue) = 238+117+197=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75C5 is #118A3A. Grayscale: #A2A2A2. Windows color (decimal): -1149499 or 12940782. OLE color: 12940782.
HSL color Cylindrical-coordinate representation of color #EE75C5: hue angle of 320.33º 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 #EE75C5 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 197 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.07 |
| HSL | 320.33º | 0.78% | 0.7% | - |
| HSV(B) | 320.33º | 0.51% | 0.93% | - |
| XYZ | 51.7 | 34.93 | 56.84 | - |
| YUV | 162.3 | 147.59 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 197 | 0 | 0.51 | 0.17 | 0.07 | 320.33 | 0.78 | 0.7 |
| Hex | EE | 75 | C5 | 0 | 33 | 11 | 7 | 140 | 4E | 46 |
| Octal | 356 | 165 | 305 | 0 | 63 | 21 | 7 | 500 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11000101 | 0 | 110011 | 10001 | 111 | 101000000 | 1001110 | 1000110 |
Color Harmonies of #EE75C5
Complementary color
Monochromatic Colors of #EE75C5
Black with #EE75C5
Text Example
Text Example
White with #EE75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75C5; }
p { color: rgb(238,117,197); }
H1.HeaderClassName
{
color: #EE75C5;
}
.AnyTagClassName
{
color: #EE75C5;
}
</style>
background-color css
<style>
a { background-color: #EE75C5; }
a { background-color: rgb(238,117,197); }
div.DivClassName
{
background-color: #EE75C5;
}
.BgClassName
{
background-color: #EE75C5;
}
</style>
border-color css
<style>
span { border-color: #EE75C5; }
span { border-color: rgb(238,117,197); }
td.TdClassName
{
border-color: #EE75C5;
}
.TagClassName
{
border-color: #EE75C5;
}
</style>