Shades of Neon Pink #EE75CB
Tints of Neon Pink #EE75CB
RGB
CMYK
RGB Variations
Color information
#EE75CB (or 0xEE75CB) is known color: Neon Pink. HEX triplet: EE, 75 and CB. RGB value is (238,117,203). Sum of RGB (Red+Green+Blue) = 238+117+203=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75CB is #118A34. Grayscale: #A2A2A2. Windows color (decimal): -1149493 or 13333998. OLE color: 13333998.
HSL color Cylindrical-coordinate representation of color #EE75CB: hue angle of 317.36º 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 #EE75CB is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 203 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.07 |
| HSL | 317.36º | 0.78% | 0.7% | - |
| HSV(B) | 317.36º | 0.51% | 0.93% | - |
| XYZ | 52.4 | 35.21 | 60.53 | - |
| YUV | 162.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 203 | 0 | 0.51 | 0.15 | 0.07 | 317.36 | 0.78 | 0.7 |
| Hex | EE | 75 | CB | 0 | 33 | F | 7 | 13D | 4E | 46 |
| Octal | 356 | 165 | 313 | 0 | 63 | 17 | 7 | 475 | 116 | 106 |
| Binary | 11101110 | 1110101 | 11001011 | 0 | 110011 | 1111 | 111 | 100111101 | 1001110 | 1000110 |
Color Harmonies of #EE75CB
Complementary color
Monochromatic Colors of #EE75CB
Black with #EE75CB
Text Example
Text Example
White with #EE75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE75CB; }
p { color: rgb(238,117,203); }
H1.HeaderClassName
{
color: #EE75CB;
}
.AnyTagClassName
{
color: #EE75CB;
}
</style>
background-color css
<style>
a { background-color: #EE75CB; }
a { background-color: rgb(238,117,203); }
div.DivClassName
{
background-color: #EE75CB;
}
.BgClassName
{
background-color: #EE75CB;
}
</style>
border-color css
<style>
span { border-color: #EE75CB; }
span { border-color: rgb(238,117,203); }
td.TdClassName
{
border-color: #EE75CB;
}
.TagClassName
{
border-color: #EE75CB;
}
</style>