Shades of Neon Pink #EA74CB
Tints of Neon Pink #EA74CB
RGB
CMYK
RGB Variations
Color information
#EA74CB (or 0xEA74CB) is known color: Neon Pink. HEX triplet: EA, 74 and CB. RGB value is (234,116,203). Sum of RGB (Red+Green+Blue) = 234+116+203=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74CB is #158B34. Grayscale: #A0A0A0. Windows color (decimal): -1411893 or 13333738. OLE color: 13333738.
HSL color Cylindrical-coordinate representation of color #EA74CB: hue angle of 315.76º 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 #EA74CB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 116 | 203 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.08 |
| HSL | 315.76º | 0.74% | 0.69% | - |
| HSV(B) | 315.76º | 0.5% | 0.92% | - |
| XYZ | 50.96 | 34.3 | 60.43 | - |
| YUV | 161.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 116 | 203 | 0 | 0.50 | 0.13 | 0.08 | 315.76 | 0.74 | 0.69 |
| Hex | EA | 74 | CB | 0 | 32 | D | 8 | 13C | 4A | 45 |
| Octal | 352 | 164 | 313 | 0 | 62 | 15 | 10 | 474 | 112 | 105 |
| Binary | 11101010 | 1110100 | 11001011 | 0 | 110010 | 1101 | 1000 | 100111100 | 1001010 | 1000101 |
Color Harmonies of #EA74CB
Complementary color
Monochromatic Colors of #EA74CB
Black with #EA74CB
Text Example
Text Example
White with #EA74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA74CB; }
p { color: rgb(234,116,203); }
H1.HeaderClassName
{
color: #EA74CB;
}
.AnyTagClassName
{
color: #EA74CB;
}
</style>
background-color css
<style>
a { background-color: #EA74CB; }
a { background-color: rgb(234,116,203); }
div.DivClassName
{
background-color: #EA74CB;
}
.BgClassName
{
background-color: #EA74CB;
}
</style>
border-color css
<style>
span { border-color: #EA74CB; }
span { border-color: rgb(234,116,203); }
td.TdClassName
{
border-color: #EA74CB;
}
.TagClassName
{
border-color: #EA74CB;
}
</style>