Shades of Neon Pink #E569C3
Tints of Neon Pink #E569C3
RGB
CMYK
RGB Variations
Color information
#E569C3 (or 0xE569C3) is known color: Neon Pink. HEX triplet: E5, 69 and C3. RGB value is (229,105,195). Sum of RGB (Red+Green+Blue) = 229+105+195=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E569C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569C3 is #1A963C. Grayscale: #989898. Windows color (decimal): -1742397 or 12806629. OLE color: 12806629.
HSL color Cylindrical-coordinate representation of color #E569C3: hue angle of 316.45º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E569C3 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 195 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.10 |
| HSL | 316.45º | 0.7% | 0.65% | - |
| HSV(B) | 316.45º | 0.54% | 0.9% | - |
| XYZ | 47.22 | 30.7 | 55.07 | - |
| YUV | 152.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 195 | 0 | 0.54 | 0.15 | 0.10 | 316.45 | 0.7 | 0.65 |
| Hex | E5 | 69 | C3 | 0 | 36 | F | A | 13C | 46 | 41 |
| Octal | 345 | 151 | 303 | 0 | 66 | 17 | 12 | 474 | 106 | 101 |
| Binary | 11100101 | 1101001 | 11000011 | 0 | 110110 | 1111 | 1010 | 100111100 | 1000110 | 1000001 |
Color Harmonies of #E569C3
Complementary color
Monochromatic Colors of #E569C3
Black with #E569C3
Text Example
Text Example
White with #E569C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569C3; }
p { color: rgb(229,105,195); }
H1.HeaderClassName
{
color: #E569C3;
}
.AnyTagClassName
{
color: #E569C3;
}
</style>
background-color css
<style>
a { background-color: #E569C3; }
a { background-color: rgb(229,105,195); }
div.DivClassName
{
background-color: #E569C3;
}
.BgClassName
{
background-color: #E569C3;
}
</style>
border-color css
<style>
span { border-color: #E569C3; }
span { border-color: rgb(229,105,195); }
td.TdClassName
{
border-color: #E569C3;
}
.TagClassName
{
border-color: #E569C3;
}
</style>