Shades of Neon Pink #EA6ECB
Tints of Neon Pink #EA6ECB
RGB
CMYK
RGB Variations
Color information
#EA6ECB (or 0xEA6ECB) is known color: Neon Pink. HEX triplet: EA, 6E and CB. RGB value is (234,110,203). Sum of RGB (Red+Green+Blue) = 234+110+203=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ECB is #159134. Grayscale: #9D9D9D. Windows color (decimal): -1413429 or 13332202. OLE color: 13332202.
HSL color Cylindrical-coordinate representation of color #EA6ECB: hue angle of 315º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6ECB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 203 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.08 |
| HSL | 315º | 0.75% | 0.67% | - |
| HSV(B) | 315º | 0.53% | 0.92% | - |
| XYZ | 50.29 | 32.96 | 60.21 | - |
| YUV | 157.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 203 | 0 | 0.53 | 0.13 | 0.08 | 315 | 0.75 | 0.67 |
| Hex | EA | 6E | CB | 0 | 35 | D | 8 | 13B | 4B | 43 |
| Octal | 352 | 156 | 313 | 0 | 65 | 15 | 10 | 473 | 113 | 103 |
| Binary | 11101010 | 1101110 | 11001011 | 0 | 110101 | 1101 | 1000 | 100111011 | 1001011 | 1000011 |
Color Harmonies of #EA6ECB
Complementary color
Monochromatic Colors of #EA6ECB
Black with #EA6ECB
Text Example
Text Example
White with #EA6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6ECB; }
p { color: rgb(234,110,203); }
H1.HeaderClassName
{
color: #EA6ECB;
}
.AnyTagClassName
{
color: #EA6ECB;
}
</style>
background-color css
<style>
a { background-color: #EA6ECB; }
a { background-color: rgb(234,110,203); }
div.DivClassName
{
background-color: #EA6ECB;
}
.BgClassName
{
background-color: #EA6ECB;
}
</style>
border-color css
<style>
span { border-color: #EA6ECB; }
span { border-color: rgb(234,110,203); }
td.TdClassName
{
border-color: #EA6ECB;
}
.TagClassName
{
border-color: #EA6ECB;
}
</style>