Shades of Shocking Pink #EE1DC3
Tints of Shocking Pink #EE1DC3
RGB
CMYK
RGB Variations
Color information
#EE1DC3 (or 0xEE1DC3) is known color: Shocking Pink. HEX triplet: EE, 1D and C3. RGB value is (238,29,195). Sum of RGB (Red+Green+Blue) = 238+29+195=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1DC3 is #11E23C. Grayscale: #6D6D6D. Windows color (decimal): -1172029 or 12787182. OLE color: 12787182.
HSL color Cylindrical-coordinate representation of color #EE1DC3: hue angle of 312.34º 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 #EE1DC3 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 195 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.07 |
| HSL | 312.34º | 0.86% | 0.52% | - |
| HSV(B) | 312.34º | 0.88% | 0.93% | - |
| XYZ | 45.55 | 23 | 53.67 | - |
| YUV | 110.42 | 175.74 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 195 | 0 | 0.88 | 0.18 | 0.07 | 312.34 | 0.86 | 0.52 |
| Hex | EE | 1D | C3 | 0 | 58 | 12 | 7 | 138 | 56 | 34 |
| Octal | 356 | 35 | 303 | 0 | 130 | 22 | 7 | 470 | 126 | 64 |
| Binary | 11101110 | 11101 | 11000011 | 0 | 1011000 | 10010 | 111 | 100111000 | 1010110 | 110100 |
Color Harmonies of #EE1DC3
Complementary color
Monochromatic Colors of #EE1DC3
Black with #EE1DC3
Text Example
Text Example
White with #EE1DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1DC3; }
p { color: rgb(238,29,195); }
H1.HeaderClassName
{
color: #EE1DC3;
}
.AnyTagClassName
{
color: #EE1DC3;
}
</style>
background-color css
<style>
a { background-color: #EE1DC3; }
a { background-color: rgb(238,29,195); }
div.DivClassName
{
background-color: #EE1DC3;
}
.BgClassName
{
background-color: #EE1DC3;
}
</style>
border-color css
<style>
span { border-color: #EE1DC3; }
span { border-color: rgb(238,29,195); }
td.TdClassName
{
border-color: #EE1DC3;
}
.TagClassName
{
border-color: #EE1DC3;
}
</style>