Shades of Neon Pink #EE67BD
Tints of Neon Pink #EE67BD
RGB
CMYK
RGB Variations
Color information
#EE67BD (or 0xEE67BD) is known color: Neon Pink. HEX triplet: EE, 67 and BD. RGB value is (238,103,189). Sum of RGB (Red+Green+Blue) = 238+103+189=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE67BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE67BD is #119842. Grayscale: #989898. Windows color (decimal): -1153091 or 12412910. OLE color: 12412910.
HSL color Cylindrical-coordinate representation of color #EE67BD: hue angle of 321.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE67BD is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 189 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.07 |
| HSL | 321.78º | 0.8% | 0.67% | - |
| HSV(B) | 321.78º | 0.57% | 0.93% | - |
| XYZ | 49.3 | 31.55 | 51.64 | - |
| YUV | 153.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 189 | 0 | 0.57 | 0.21 | 0.07 | 321.78 | 0.8 | 0.67 |
| Hex | EE | 67 | BD | 0 | 39 | 15 | 7 | 142 | 50 | 43 |
| Octal | 356 | 147 | 275 | 0 | 71 | 25 | 7 | 502 | 120 | 103 |
| Binary | 11101110 | 1100111 | 10111101 | 0 | 111001 | 10101 | 111 | 101000010 | 1010000 | 1000011 |
Color Harmonies of #EE67BD
Complementary color
Monochromatic Colors of #EE67BD
Black with #EE67BD
Text Example
Text Example
White with #EE67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE67BD; }
p { color: rgb(238,103,189); }
H1.HeaderClassName
{
color: #EE67BD;
}
.AnyTagClassName
{
color: #EE67BD;
}
</style>
background-color css
<style>
a { background-color: #EE67BD; }
a { background-color: rgb(238,103,189); }
div.DivClassName
{
background-color: #EE67BD;
}
.BgClassName
{
background-color: #EE67BD;
}
</style>
border-color css
<style>
span { border-color: #EE67BD; }
span { border-color: rgb(238,103,189); }
td.TdClassName
{
border-color: #EE67BD;
}
.TagClassName
{
border-color: #EE67BD;
}
</style>