Shades of Neon Pink #E769C0
Tints of Neon Pink #E769C0
RGB
CMYK
RGB Variations
Color information
#E769C0 (or 0xE769C0) is known color: Neon Pink. HEX triplet: E7, 69 and C0. RGB value is (231,105,192). Sum of RGB (Red+Green+Blue) = 231+105+192=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E769C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769C0 is #18963F. Grayscale: #989898. Windows color (decimal): -1611328 or 12610023. OLE color: 12610023.
HSL color Cylindrical-coordinate representation of color #E769C0: hue angle of 318.57º degrees, saturation: 0.72, 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 #E769C0 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 192 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.09 |
| HSL | 318.57º | 0.72% | 0.66% | - |
| HSV(B) | 318.57º | 0.55% | 0.91% | - |
| XYZ | 47.52 | 30.9 | 53.33 | - |
| YUV | 152.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 192 | 0 | 0.55 | 0.17 | 0.09 | 318.57 | 0.72 | 0.66 |
| Hex | E7 | 69 | C0 | 0 | 37 | 11 | 9 | 13F | 48 | 42 |
| Octal | 347 | 151 | 300 | 0 | 67 | 21 | 11 | 477 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11000000 | 0 | 110111 | 10001 | 1001 | 100111111 | 1001000 | 1000010 |
Color Harmonies of #E769C0
Complementary color
Monochromatic Colors of #E769C0
Black with #E769C0
Text Example
Text Example
White with #E769C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769C0; }
p { color: rgb(231,105,192); }
H1.HeaderClassName
{
color: #E769C0;
}
.AnyTagClassName
{
color: #E769C0;
}
</style>
background-color css
<style>
a { background-color: #E769C0; }
a { background-color: rgb(231,105,192); }
div.DivClassName
{
background-color: #E769C0;
}
.BgClassName
{
background-color: #E769C0;
}
</style>
border-color css
<style>
span { border-color: #E769C0; }
span { border-color: rgb(231,105,192); }
td.TdClassName
{
border-color: #E769C0;
}
.TagClassName
{
border-color: #E769C0;
}
</style>