Shades of Neon Pink #EA67BD
Tints of Neon Pink #EA67BD
RGB
CMYK
RGB Variations
Color information
#EA67BD (or 0xEA67BD) is known color: Neon Pink. HEX triplet: EA, 67 and BD. RGB value is (234,103,189). Sum of RGB (Red+Green+Blue) = 234+103+189=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA67BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA67BD is #159842. Grayscale: #979797. Windows color (decimal): -1415235 or 12412906. OLE color: 12412906.
HSL color Cylindrical-coordinate representation of color #EA67BD: hue angle of 320.61º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA67BD is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 189 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.08 |
| HSL | 320.61º | 0.76% | 0.66% | - |
| HSV(B) | 320.61º | 0.56% | 0.92% | - |
| XYZ | 47.97 | 30.87 | 51.57 | - |
| YUV | 151.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 189 | 0 | 0.56 | 0.19 | 0.08 | 320.61 | 0.76 | 0.66 |
| Hex | EA | 67 | BD | 0 | 38 | 13 | 8 | 141 | 4C | 42 |
| Octal | 352 | 147 | 275 | 0 | 70 | 23 | 10 | 501 | 114 | 102 |
| Binary | 11101010 | 1100111 | 10111101 | 0 | 111000 | 10011 | 1000 | 101000001 | 1001100 | 1000010 |
Color Harmonies of #EA67BD
Complementary color
Monochromatic Colors of #EA67BD
Black with #EA67BD
Text Example
Text Example
White with #EA67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA67BD; }
p { color: rgb(234,103,189); }
H1.HeaderClassName
{
color: #EA67BD;
}
.AnyTagClassName
{
color: #EA67BD;
}
</style>
background-color css
<style>
a { background-color: #EA67BD; }
a { background-color: rgb(234,103,189); }
div.DivClassName
{
background-color: #EA67BD;
}
.BgClassName
{
background-color: #EA67BD;
}
</style>
border-color css
<style>
span { border-color: #EA67BD; }
span { border-color: rgb(234,103,189); }
td.TdClassName
{
border-color: #EA67BD;
}
.TagClassName
{
border-color: #EA67BD;
}
</style>