Shades of Neon Pink #EE75D1
Tints of Neon Pink #EE75D1
RGB
CMYK
RGB Variations
Color information
#EE75D1 (or 0xEE75D1) is known color: Neon Pink. HEX triplet: EE, 75 and D1. RGB value is (238,117,209). Sum of RGB (Red+Green+Blue) = 238+117+209=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75D1 is #118A2E. Grayscale: #A3A3A3. Windows color (decimal): -1149487 or 13727214. OLE color: 13727214.
HSL color Cylindrical-coordinate representation of color #EE75D1: hue angle of 314.38º 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 #EE75D1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 209 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.07 |
| HSL | 314.38º | 0.78% | 0.7% | - |
| HSV(B) | 314.38º | 0.51% | 0.93% | - |
| XYZ | 53.13 | 35.5 | 64.37 | - |
| YUV | 163.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 209 | 0 | 0.51 | 0.12 | 0.07 | 314.38 | 0.78 | 0.7 |
| Hex | EE | 75 | D1 | 0 | 33 | C | 7 | 13A | 4E | 46 |
| Octal | 356 | 165 | 321 | 0 | 63 | 14 | 7 | 472 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11010001 | 0 | 110011 | 1100 | 111 | 100111010 | 1001110 | 1000110 |
Color Harmonies of #EE75D1
Complementary color
Monochromatic Colors of #EE75D1
Black with #EE75D1
Text Example
Text Example
White with #EE75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75D1; }
p { color: rgb(238,117,209); }
H1.HeaderClassName
{
color: #EE75D1;
}
.AnyTagClassName
{
color: #EE75D1;
}
</style>
background-color css
<style>
a { background-color: #EE75D1; }
a { background-color: rgb(238,117,209); }
div.DivClassName
{
background-color: #EE75D1;
}
.BgClassName
{
background-color: #EE75D1;
}
</style>
border-color css
<style>
span { border-color: #EE75D1; }
span { border-color: rgb(238,117,209); }
td.TdClassName
{
border-color: #EE75D1;
}
.TagClassName
{
border-color: #EE75D1;
}
</style>