Shades of Neon Pink #EE75D2
Tints of Neon Pink #EE75D2
RGB
CMYK
RGB Variations
Color information
#EE75D2 (or 0xEE75D2) is known color: Neon Pink. HEX triplet: EE, 75 and D2. RGB value is (238,117,210). Sum of RGB (Red+Green+Blue) = 238+117+210=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75D2 is #118A2D. Grayscale: #A3A3A3. Windows color (decimal): -1149486 or 13792750. OLE color: 13792750.
HSL color Cylindrical-coordinate representation of color #EE75D2: hue angle of 313.88º 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 #EE75D2 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 210 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.07 |
| HSL | 313.88º | 0.78% | 0.7% | - |
| HSV(B) | 313.88º | 0.51% | 0.93% | - |
| XYZ | 53.25 | 35.55 | 65.03 | - |
| YUV | 163.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 210 | 0 | 0.51 | 0.12 | 0.07 | 313.88 | 0.78 | 0.7 |
| Hex | EE | 75 | D2 | 0 | 33 | C | 7 | 13A | 4E | 46 |
| Octal | 356 | 165 | 322 | 0 | 63 | 14 | 7 | 472 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11010010 | 0 | 110011 | 1100 | 111 | 100111010 | 1001110 | 1000110 |
Color Harmonies of #EE75D2
Complementary color
Monochromatic Colors of #EE75D2
Black with #EE75D2
Text Example
Text Example
White with #EE75D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75D2; }
p { color: rgb(238,117,210); }
H1.HeaderClassName
{
color: #EE75D2;
}
.AnyTagClassName
{
color: #EE75D2;
}
</style>
background-color css
<style>
a { background-color: #EE75D2; }
a { background-color: rgb(238,117,210); }
div.DivClassName
{
background-color: #EE75D2;
}
.BgClassName
{
background-color: #EE75D2;
}
</style>
border-color css
<style>
span { border-color: #EE75D2; }
span { border-color: rgb(238,117,210); }
td.TdClassName
{
border-color: #EE75D2;
}
.TagClassName
{
border-color: #EE75D2;
}
</style>