Shades of Shocking Pink #EE21C3
Tints of Shocking Pink #EE21C3
RGB
CMYK
RGB Variations
Color information
#EE21C3 (or 0xEE21C3) is known color: Shocking Pink. HEX triplet: EE, 21 and C3. RGB value is (238,33,195). Sum of RGB (Red+Green+Blue) = 238+33+195=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21C3 is #11DE3C. Grayscale: #707070. Windows color (decimal): -1171005 or 12788206. OLE color: 12788206.
HSL color Cylindrical-coordinate representation of color #EE21C3: hue angle of 312.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE21C3 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 195 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.07 |
| HSL | 312.59º | 0.86% | 0.53% | - |
| HSV(B) | 312.59º | 0.86% | 0.93% | - |
| XYZ | 45.65 | 23.2 | 53.7 | - |
| YUV | 112.76 | 174.42 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 195 | 0 | 0.86 | 0.18 | 0.07 | 312.59 | 0.86 | 0.53 |
| Hex | EE | 21 | C3 | 0 | 56 | 12 | 7 | 139 | 56 | 35 |
| Octal | 356 | 41 | 303 | 0 | 126 | 22 | 7 | 471 | 126 | 65 |
| Binary | 11101110 | 100001 | 11000011 | 0 | 1010110 | 10010 | 111 | 100111001 | 1010110 | 110101 |
Color Harmonies of #EE21C3
Complementary color
Monochromatic Colors of #EE21C3
Black with #EE21C3
Text Example
Text Example
White with #EE21C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE21C3; }
p { color: rgb(238,33,195); }
H1.HeaderClassName
{
color: #EE21C3;
}
.AnyTagClassName
{
color: #EE21C3;
}
</style>
background-color css
<style>
a { background-color: #EE21C3; }
a { background-color: rgb(238,33,195); }
div.DivClassName
{
background-color: #EE21C3;
}
.BgClassName
{
background-color: #EE21C3;
}
</style>
border-color css
<style>
span { border-color: #EE21C3; }
span { border-color: rgb(238,33,195); }
td.TdClassName
{
border-color: #EE21C3;
}
.TagClassName
{
border-color: #EE21C3;
}
</style>