Shades of Neon Pink #E869C2
Tints of Neon Pink #E869C2
RGB
CMYK
RGB Variations
Color information
#E869C2 (or 0xE869C2) is known color: Neon Pink. HEX triplet: E8, 69 and C2. RGB value is (232,105,194). Sum of RGB (Red+Green+Blue) = 232+105+194=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E869C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E869C2 is #17963D. Grayscale: #989898. Windows color (decimal): -1545790 or 12741096. OLE color: 12741096.
HSL color Cylindrical-coordinate representation of color #E869C2: hue angle of 317.95º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E869C2 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 194 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.09 |
| HSL | 317.95º | 0.73% | 0.66% | - |
| HSV(B) | 317.95º | 0.55% | 0.91% | - |
| XYZ | 48.07 | 31.15 | 54.52 | - |
| YUV | 153.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 194 | 0 | 0.55 | 0.16 | 0.09 | 317.95 | 0.73 | 0.66 |
| Hex | E8 | 69 | C2 | 0 | 37 | 10 | 9 | 13E | 49 | 42 |
| Octal | 350 | 151 | 302 | 0 | 67 | 20 | 11 | 476 | 111 | 102 |
| Binary | 11101000 | 1101001 | 11000010 | 0 | 110111 | 10000 | 1001 | 100111110 | 1001001 | 1000010 |
Color Harmonies of #E869C2
Complementary color
Monochromatic Colors of #E869C2
Black with #E869C2
Text Example
Text Example
White with #E869C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E869C2; }
p { color: rgb(232,105,194); }
H1.HeaderClassName
{
color: #E869C2;
}
.AnyTagClassName
{
color: #E869C2;
}
</style>
background-color css
<style>
a { background-color: #E869C2; }
a { background-color: rgb(232,105,194); }
div.DivClassName
{
background-color: #E869C2;
}
.BgClassName
{
background-color: #E869C2;
}
</style>
border-color css
<style>
span { border-color: #E869C2; }
span { border-color: rgb(232,105,194); }
td.TdClassName
{
border-color: #E869C2;
}
.TagClassName
{
border-color: #E869C2;
}
</style>