Shades of Neon Pink #E769C5
Tints of Neon Pink #E769C5
RGB
CMYK
RGB Variations
Color information
#E769C5 (or 0xE769C5) is known color: Neon Pink. HEX triplet: E7, 69 and C5. RGB value is (231,105,197). Sum of RGB (Red+Green+Blue) = 231+105+197=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E769C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769C5 is #18963A. Grayscale: #989898. Windows color (decimal): -1611323 or 12937703. OLE color: 12937703.
HSL color Cylindrical-coordinate representation of color #E769C5: hue angle of 316.19º 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 #E769C5 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 197 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.09 |
| HSL | 316.19º | 0.72% | 0.66% | - |
| HSV(B) | 316.19º | 0.55% | 0.91% | - |
| XYZ | 48.08 | 31.12 | 56.3 | - |
| YUV | 153.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 197 | 0 | 0.55 | 0.15 | 0.09 | 316.19 | 0.72 | 0.66 |
| Hex | E7 | 69 | C5 | 0 | 37 | F | 9 | 13C | 48 | 42 |
| Octal | 347 | 151 | 305 | 0 | 67 | 17 | 11 | 474 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11000101 | 0 | 110111 | 1111 | 1001 | 100111100 | 1001000 | 1000010 |
Color Harmonies of #E769C5
Complementary color
Monochromatic Colors of #E769C5
Black with #E769C5
Text Example
Text Example
White with #E769C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769C5; }
p { color: rgb(231,105,197); }
H1.HeaderClassName
{
color: #E769C5;
}
.AnyTagClassName
{
color: #E769C5;
}
</style>
background-color css
<style>
a { background-color: #E769C5; }
a { background-color: rgb(231,105,197); }
div.DivClassName
{
background-color: #E769C5;
}
.BgClassName
{
background-color: #E769C5;
}
</style>
border-color css
<style>
span { border-color: #E769C5; }
span { border-color: rgb(231,105,197); }
td.TdClassName
{
border-color: #E769C5;
}
.TagClassName
{
border-color: #E769C5;
}
</style>