Shades of Neon Pink #E671C3
Tints of Neon Pink #E671C3
RGB
CMYK
RGB Variations
Color information
#E671C3 (or 0xE671C3) is known color: Neon Pink. HEX triplet: E6, 71 and C3. RGB value is (230,113,195). Sum of RGB (Red+Green+Blue) = 230+113+195=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E671C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671C3 is #198E3C. Grayscale: #9D9D9D. Windows color (decimal): -1674813 or 12808678. OLE color: 12808678.
HSL color Cylindrical-coordinate representation of color #E671C3: hue angle of 317.95º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671C3 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 195 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.10 |
| HSL | 317.95º | 0.7% | 0.67% | - |
| HSV(B) | 317.95º | 0.51% | 0.9% | - |
| XYZ | 48.39 | 32.57 | 55.37 | - |
| YUV | 157.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 195 | 0 | 0.51 | 0.15 | 0.10 | 317.95 | 0.7 | 0.67 |
| Hex | E6 | 71 | C3 | 0 | 33 | F | A | 13E | 46 | 43 |
| Octal | 346 | 161 | 303 | 0 | 63 | 17 | 12 | 476 | 106 | 103 |
| Binary | 11100110 | 1110001 | 11000011 | 0 | 110011 | 1111 | 1010 | 100111110 | 1000110 | 1000011 |
Color Harmonies of #E671C3
Complementary color
Monochromatic Colors of #E671C3
Black with #E671C3
Text Example
Text Example
White with #E671C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671C3; }
p { color: rgb(230,113,195); }
H1.HeaderClassName
{
color: #E671C3;
}
.AnyTagClassName
{
color: #E671C3;
}
</style>
background-color css
<style>
a { background-color: #E671C3; }
a { background-color: rgb(230,113,195); }
div.DivClassName
{
background-color: #E671C3;
}
.BgClassName
{
background-color: #E671C3;
}
</style>
border-color css
<style>
span { border-color: #E671C3; }
span { border-color: rgb(230,113,195); }
td.TdClassName
{
border-color: #E671C3;
}
.TagClassName
{
border-color: #E671C3;
}
</style>