Shades of Neon Pink #E769C2
Tints of Neon Pink #E769C2
RGB
CMYK
RGB Variations
Color information
#E769C2 (or 0xE769C2) is known color: Neon Pink. HEX triplet: E7, 69 and C2. RGB value is (231,105,194). Sum of RGB (Red+Green+Blue) = 231+105+194=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E769C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769C2 is #18963D. Grayscale: #989898. Windows color (decimal): -1611326 or 12741095. OLE color: 12741095.
HSL color Cylindrical-coordinate representation of color #E769C2: hue angle of 317.62º 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 #E769C2 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 194 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.09 |
| HSL | 317.62º | 0.72% | 0.66% | - |
| HSV(B) | 317.62º | 0.55% | 0.91% | - |
| XYZ | 47.74 | 30.99 | 54.5 | - |
| YUV | 152.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 194 | 0 | 0.55 | 0.16 | 0.09 | 317.62 | 0.72 | 0.66 |
| Hex | E7 | 69 | C2 | 0 | 37 | 10 | 9 | 13E | 48 | 42 |
| Octal | 347 | 151 | 302 | 0 | 67 | 20 | 11 | 476 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11000010 | 0 | 110111 | 10000 | 1001 | 100111110 | 1001000 | 1000010 |
Color Harmonies of #E769C2
Complementary color
Monochromatic Colors of #E769C2
Black with #E769C2
Text Example
Text Example
White with #E769C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769C2; }
p { color: rgb(231,105,194); }
H1.HeaderClassName
{
color: #E769C2;
}
.AnyTagClassName
{
color: #E769C2;
}
</style>
background-color css
<style>
a { background-color: #E769C2; }
a { background-color: rgb(231,105,194); }
div.DivClassName
{
background-color: #E769C2;
}
.BgClassName
{
background-color: #E769C2;
}
</style>
border-color css
<style>
span { border-color: #E769C2; }
span { border-color: rgb(231,105,194); }
td.TdClassName
{
border-color: #E769C2;
}
.TagClassName
{
border-color: #E769C2;
}
</style>