Shades of Neon Pink #E767C5
Tints of Neon Pink #E767C5
RGB
CMYK
RGB Variations
Color information
#E767C5 (or 0xE767C5) is known color: Neon Pink. HEX triplet: E7, 67 and C5. RGB value is (231,103,197). Sum of RGB (Red+Green+Blue) = 231+103+197=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E767C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767C5 is #18983A. Grayscale: #979797. Windows color (decimal): -1611835 or 12937191. OLE color: 12937191.
HSL color Cylindrical-coordinate representation of color #E767C5: hue angle of 315.94º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E767C5 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 197 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.09 |
| HSL | 315.94º | 0.73% | 0.65% | - |
| HSV(B) | 315.94º | 0.55% | 0.91% | - |
| XYZ | 47.88 | 30.72 | 56.23 | - |
| YUV | 151.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 197 | 0 | 0.55 | 0.15 | 0.09 | 315.94 | 0.73 | 0.65 |
| Hex | E7 | 67 | C5 | 0 | 37 | F | 9 | 13C | 49 | 41 |
| Octal | 347 | 147 | 305 | 0 | 67 | 17 | 11 | 474 | 111 | 101 |
| Binary | 11100111 | 1100111 | 11000101 | 0 | 110111 | 1111 | 1001 | 100111100 | 1001001 | 1000001 |
Color Harmonies of #E767C5
Complementary color
Monochromatic Colors of #E767C5
Black with #E767C5
Text Example
Text Example
White with #E767C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767C5; }
p { color: rgb(231,103,197); }
H1.HeaderClassName
{
color: #E767C5;
}
.AnyTagClassName
{
color: #E767C5;
}
</style>
background-color css
<style>
a { background-color: #E767C5; }
a { background-color: rgb(231,103,197); }
div.DivClassName
{
background-color: #E767C5;
}
.BgClassName
{
background-color: #E767C5;
}
</style>
border-color css
<style>
span { border-color: #E767C5; }
span { border-color: rgb(231,103,197); }
td.TdClassName
{
border-color: #E767C5;
}
.TagClassName
{
border-color: #E767C5;
}
</style>