Shades of Neon Pink #EE6AC2
Tints of Neon Pink #EE6AC2
RGB
CMYK
RGB Variations
Color information
#EE6AC2 (or 0xEE6AC2) is known color: Neon Pink. HEX triplet: EE, 6A and C2. RGB value is (238,106,194). Sum of RGB (Red+Green+Blue) = 238+106+194=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6AC2 is #11953D. Grayscale: #9B9B9B. Windows color (decimal): -1152318 or 12741358. OLE color: 12741358.
HSL color Cylindrical-coordinate representation of color #EE6AC2: hue angle of 320º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6AC2 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 194 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.07 |
| HSL | 320º | 0.8% | 0.67% | - |
| HSV(B) | 320º | 0.55% | 0.93% | - |
| XYZ | 50.15 | 32.38 | 54.65 | - |
| YUV | 155.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 194 | 0 | 0.55 | 0.18 | 0.07 | 320 | 0.8 | 0.67 |
| Hex | EE | 6A | C2 | 0 | 37 | 12 | 7 | 140 | 50 | 43 |
| Octal | 356 | 152 | 302 | 0 | 67 | 22 | 7 | 500 | 120 | 103 |
| Binary | 11101110 | 1101010 | 11000010 | 0 | 110111 | 10010 | 111 | 101000000 | 1010000 | 1000011 |
Color Harmonies of #EE6AC2
Complementary color
Monochromatic Colors of #EE6AC2
Black with #EE6AC2
Text Example
Text Example
White with #EE6AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6AC2; }
p { color: rgb(238,106,194); }
H1.HeaderClassName
{
color: #EE6AC2;
}
.AnyTagClassName
{
color: #EE6AC2;
}
</style>
background-color css
<style>
a { background-color: #EE6AC2; }
a { background-color: rgb(238,106,194); }
div.DivClassName
{
background-color: #EE6AC2;
}
.BgClassName
{
background-color: #EE6AC2;
}
</style>
border-color css
<style>
span { border-color: #EE6AC2; }
span { border-color: rgb(238,106,194); }
td.TdClassName
{
border-color: #EE6AC2;
}
.TagClassName
{
border-color: #EE6AC2;
}
</style>