Shades of Neon Pink #EA75CB
Tints of Neon Pink #EA75CB
RGB
CMYK
RGB Variations
Color information
#EA75CB (or 0xEA75CB) is known color: Neon Pink. HEX triplet: EA, 75 and CB. RGB value is (234,117,203). Sum of RGB (Red+Green+Blue) = 234+117+203=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75CB is #158A34. Grayscale: #A1A1A1. Windows color (decimal): -1411637 or 13333994. OLE color: 13333994.
HSL color Cylindrical-coordinate representation of color #EA75CB: hue angle of 315.9º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA75CB is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 203 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.08 |
| HSL | 315.9º | 0.74% | 0.69% | - |
| HSV(B) | 315.9º | 0.5% | 0.92% | - |
| XYZ | 51.07 | 34.53 | 60.47 | - |
| YUV | 161.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 203 | 0 | 0.5 | 0.13 | 0.08 | 315.9 | 0.74 | 0.69 |
| Hex | EA | 75 | CB | 0 | 32 | D | 8 | 13C | 4A | 45 |
| Octal | 352 | 165 | 313 | 0 | 62 | 15 | 10 | 474 | 112 | 105 |
| Binary | 11101010 | 1110101 | 11001011 | 0 | 110010 | 1101 | 1000 | 100111100 | 1001010 | 1000101 |
Color Harmonies of #EA75CB
Complementary color
Monochromatic Colors of #EA75CB
Black with #EA75CB
Text Example
Text Example
White with #EA75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA75CB; }
p { color: rgb(234,117,203); }
H1.HeaderClassName
{
color: #EA75CB;
}
.AnyTagClassName
{
color: #EA75CB;
}
</style>
background-color css
<style>
a { background-color: #EA75CB; }
a { background-color: rgb(234,117,203); }
div.DivClassName
{
background-color: #EA75CB;
}
.BgClassName
{
background-color: #EA75CB;
}
</style>
border-color css
<style>
span { border-color: #EA75CB; }
span { border-color: rgb(234,117,203); }
td.TdClassName
{
border-color: #EA75CB;
}
.TagClassName
{
border-color: #EA75CB;
}
</style>