Shades of Shocking Pink #EE1BCA
Tints of Shocking Pink #EE1BCA
RGB
CMYK
RGB Variations
Color information
#EE1BCA (or 0xEE1BCA) is known color: Shocking Pink. HEX triplet: EE, 1B and CA. RGB value is (238,27,202). Sum of RGB (Red+Green+Blue) = 238+27+202=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1BCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1BCA is #11E435. Grayscale: #6D6D6D. Windows color (decimal): -1172534 or 13245422. OLE color: 13245422.
HSL color Cylindrical-coordinate representation of color #EE1BCA: hue angle of 310.24º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BCA is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 27 | 202 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.07 |
| HSL | 310.24º | 0.86% | 0.52% | - |
| HSV(B) | 310.24º | 0.89% | 0.93% | - |
| XYZ | 46.31 | 23.23 | 57.92 | - |
| YUV | 110.04 | 179.9 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 202 | 0 | 0.89 | 0.15 | 0.07 | 310.24 | 0.86 | 0.52 |
| Hex | EE | 1B | CA | 0 | 59 | F | 7 | 136 | 56 | 34 |
| Octal | 356 | 33 | 312 | 0 | 131 | 17 | 7 | 466 | 126 | 64 |
| Binary | 11101110 | 11011 | 11001010 | 0 | 1011001 | 1111 | 111 | 100110110 | 1010110 | 110100 |
Color Harmonies of #EE1BCA
Complementary color
Monochromatic Colors of #EE1BCA
Black with #EE1BCA
Text Example
Text Example
White with #EE1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BCA; }
p { color: rgb(238,27,202); }
H1.HeaderClassName
{
color: #EE1BCA;
}
.AnyTagClassName
{
color: #EE1BCA;
}
</style>
background-color css
<style>
a { background-color: #EE1BCA; }
a { background-color: rgb(238,27,202); }
div.DivClassName
{
background-color: #EE1BCA;
}
.BgClassName
{
background-color: #EE1BCA;
}
</style>
border-color css
<style>
span { border-color: #EE1BCA; }
span { border-color: rgb(238,27,202); }
td.TdClassName
{
border-color: #EE1BCA;
}
.TagClassName
{
border-color: #EE1BCA;
}
</style>