Shades of Neon Pink #EB7ACF
Tints of Neon Pink #EB7ACF
RGB
CMYK
RGB Variations
Color information
#EB7ACF (or 0xEB7ACF) is known color: Neon Pink. HEX triplet: EB, 7A and CF. RGB value is (235,122,207). Sum of RGB (Red+Green+Blue) = 235+122+207=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7ACF is #148530. Grayscale: #A5A5A5. Windows color (decimal): -1344817 or 13597419. OLE color: 13597419.
HSL color Cylindrical-coordinate representation of color #EB7ACF: hue angle of 314.87º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7ACF is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 122 | 207 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.08 |
| HSL | 314.87º | 0.74% | 0.7% | - |
| HSV(B) | 314.87º | 0.48% | 0.92% | - |
| XYZ | 52.48 | 36.09 | 63.23 | - |
| YUV | 165.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 122 | 207 | 0 | 0.48 | 0.12 | 0.08 | 314.87 | 0.74 | 0.7 |
| Hex | EB | 7A | CF | 0 | 30 | C | 8 | 13B | 4A | 46 |
| Octal | 353 | 172 | 317 | 0 | 60 | 14 | 10 | 473 | 112 | 106 |
| Binary | 11101011 | 1111010 | 11001111 | 0 | 110000 | 1100 | 1000 | 100111011 | 1001010 | 1000110 |
Color Harmonies of #EB7ACF
Complementary color
Monochromatic Colors of #EB7ACF
Black with #EB7ACF
Text Example
Text Example
White with #EB7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7ACF; }
p { color: rgb(235,122,207); }
H1.HeaderClassName
{
color: #EB7ACF;
}
.AnyTagClassName
{
color: #EB7ACF;
}
</style>
background-color css
<style>
a { background-color: #EB7ACF; }
a { background-color: rgb(235,122,207); }
div.DivClassName
{
background-color: #EB7ACF;
}
.BgClassName
{
background-color: #EB7ACF;
}
</style>
border-color css
<style>
span { border-color: #EB7ACF; }
span { border-color: rgb(235,122,207); }
td.TdClassName
{
border-color: #EB7ACF;
}
.TagClassName
{
border-color: #EB7ACF;
}
</style>