Shades of Neon Pink #EE69C3
Tints of Neon Pink #EE69C3
RGB
CMYK
RGB Variations
Color information
#EE69C3 (or 0xEE69C3) is known color: Neon Pink. HEX triplet: EE, 69 and C3. RGB value is (238,105,195). Sum of RGB (Red+Green+Blue) = 238+105+195=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69C3 is #11963C. Grayscale: #9A9A9A. Windows color (decimal): -1152573 or 12806638. OLE color: 12806638.
HSL color Cylindrical-coordinate representation of color #EE69C3: hue angle of 319.4º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE69C3 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 195 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.07 |
| HSL | 319.4º | 0.8% | 0.67% | - |
| HSV(B) | 319.4º | 0.56% | 0.93% | - |
| XYZ | 50.16 | 32.22 | 55.21 | - |
| YUV | 155.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 195 | 0 | 0.56 | 0.18 | 0.07 | 319.4 | 0.8 | 0.67 |
| Hex | EE | 69 | C3 | 0 | 38 | 12 | 7 | 13F | 50 | 43 |
| Octal | 356 | 151 | 303 | 0 | 70 | 22 | 7 | 477 | 120 | 103 |
| Binary | 11101110 | 1101001 | 11000011 | 0 | 111000 | 10010 | 111 | 100111111 | 1010000 | 1000011 |
Color Harmonies of #EE69C3
Complementary color
Monochromatic Colors of #EE69C3
Black with #EE69C3
Text Example
Text Example
White with #EE69C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE69C3; }
p { color: rgb(238,105,195); }
H1.HeaderClassName
{
color: #EE69C3;
}
.AnyTagClassName
{
color: #EE69C3;
}
</style>
background-color css
<style>
a { background-color: #EE69C3; }
a { background-color: rgb(238,105,195); }
div.DivClassName
{
background-color: #EE69C3;
}
.BgClassName
{
background-color: #EE69C3;
}
</style>
border-color css
<style>
span { border-color: #EE69C3; }
span { border-color: rgb(238,105,195); }
td.TdClassName
{
border-color: #EE69C3;
}
.TagClassName
{
border-color: #EE69C3;
}
</style>