Shades of Shocking Pink #EE1CC7
Tints of Shocking Pink #EE1CC7
RGB
CMYK
RGB Variations
Color information
#EE1CC7 (or 0xEE1CC7) is known color: Shocking Pink. HEX triplet: EE, 1C and C7. RGB value is (238,28,199). Sum of RGB (Red+Green+Blue) = 238+28+199=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1CC7 is #11E338. Grayscale: #6D6D6D. Windows color (decimal): -1172281 or 13049070. OLE color: 13049070.
HSL color Cylindrical-coordinate representation of color #EE1CC7: hue angle of 311.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1CC7 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 28 | 199 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.07 |
| HSL | 311.14º | 0.86% | 0.52% | - |
| HSV(B) | 311.14º | 0.88% | 0.93% | - |
| XYZ | 45.98 | 23.13 | 56.07 | - |
| YUV | 110.28 | 178.07 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 199 | 0 | 0.88 | 0.16 | 0.07 | 311.14 | 0.86 | 0.52 |
| Hex | EE | 1C | C7 | 0 | 58 | 10 | 7 | 137 | 56 | 34 |
| Octal | 356 | 34 | 307 | 0 | 130 | 20 | 7 | 467 | 126 | 64 |
| Binary | 11101110 | 11100 | 11000111 | 0 | 1011000 | 10000 | 111 | 100110111 | 1010110 | 110100 |
Color Harmonies of #EE1CC7
Complementary color
Monochromatic Colors of #EE1CC7
Black with #EE1CC7
Text Example
Text Example
White with #EE1CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1CC7; }
p { color: rgb(238,28,199); }
H1.HeaderClassName
{
color: #EE1CC7;
}
.AnyTagClassName
{
color: #EE1CC7;
}
</style>
background-color css
<style>
a { background-color: #EE1CC7; }
a { background-color: rgb(238,28,199); }
div.DivClassName
{
background-color: #EE1CC7;
}
.BgClassName
{
background-color: #EE1CC7;
}
</style>
border-color css
<style>
span { border-color: #EE1CC7; }
span { border-color: rgb(238,28,199); }
td.TdClassName
{
border-color: #EE1CC7;
}
.TagClassName
{
border-color: #EE1CC7;
}
</style>