Shades of Neon Pink #E765C1
Tints of Neon Pink #E765C1
RGB
CMYK
RGB Variations
Color information
#E765C1 (or 0xE765C1) is known color: Neon Pink. HEX triplet: E7, 65 and C1. RGB value is (231,101,193). Sum of RGB (Red+Green+Blue) = 231+101+193=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E765C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E765C1 is #189A3E. Grayscale: #969696. Windows color (decimal): -1612351 or 12674535. OLE color: 12674535.
HSL color Cylindrical-coordinate representation of color #E765C1: hue angle of 317.54º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E765C1 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 193 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.09 |
| HSL | 317.54º | 0.73% | 0.65% | - |
| HSV(B) | 317.54º | 0.56% | 0.91% | - |
| XYZ | 47.23 | 30.15 | 53.78 | - |
| YUV | 150.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 193 | 0 | 0.56 | 0.16 | 0.09 | 317.54 | 0.73 | 0.65 |
| Hex | E7 | 65 | C1 | 0 | 38 | 10 | 9 | 13E | 49 | 41 |
| Octal | 347 | 145 | 301 | 0 | 70 | 20 | 11 | 476 | 111 | 101 |
| Binary | 11100111 | 1100101 | 11000001 | 0 | 111000 | 10000 | 1001 | 100111110 | 1001001 | 1000001 |
Color Harmonies of #E765C1
Complementary color
Monochromatic Colors of #E765C1
Black with #E765C1
Text Example
Text Example
White with #E765C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E765C1; }
p { color: rgb(231,101,193); }
H1.HeaderClassName
{
color: #E765C1;
}
.AnyTagClassName
{
color: #E765C1;
}
</style>
background-color css
<style>
a { background-color: #E765C1; }
a { background-color: rgb(231,101,193); }
div.DivClassName
{
background-color: #E765C1;
}
.BgClassName
{
background-color: #E765C1;
}
</style>
border-color css
<style>
span { border-color: #E765C1; }
span { border-color: rgb(231,101,193); }
td.TdClassName
{
border-color: #E765C1;
}
.TagClassName
{
border-color: #E765C1;
}
</style>