Shades of Shocking Pink #EF1BCA
Tints of Shocking Pink #EF1BCA
RGB
CMYK
RGB Variations
Color information
#EF1BCA (or 0xEF1BCA) is known color: Shocking Pink. HEX triplet: EF, 1B and CA. RGB value is (239,27,202). Sum of RGB (Red+Green+Blue) = 239+27+202=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BCA is #10E435. Grayscale: #6D6D6D. Windows color (decimal): -1106998 or 13245423. OLE color: 13245423.
HSL color Cylindrical-coordinate representation of color #EF1BCA: hue angle of 310.47º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1BCA is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 202 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.06 |
| HSL | 310.47º | 0.87% | 0.52% | - |
| HSV(B) | 310.47º | 0.89% | 0.94% | - |
| XYZ | 46.65 | 23.4 | 57.93 | - |
| YUV | 110.34 | 179.74 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 202 | 0 | 0.89 | 0.15 | 0.06 | 310.47 | 0.87 | 0.52 |
| Hex | EF | 1B | CA | 0 | 59 | F | 6 | 136 | 57 | 34 |
| Octal | 357 | 33 | 312 | 0 | 131 | 17 | 6 | 466 | 127 | 64 |
| Binary | 11101111 | 11011 | 11001010 | 0 | 1011001 | 1111 | 110 | 100110110 | 1010111 | 110100 |
Color Harmonies of #EF1BCA
Complementary color
Monochromatic Colors of #EF1BCA
Black with #EF1BCA
Text Example
Text Example
White with #EF1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BCA; }
p { color: rgb(239,27,202); }
H1.HeaderClassName
{
color: #EF1BCA;
}
.AnyTagClassName
{
color: #EF1BCA;
}
</style>
background-color css
<style>
a { background-color: #EF1BCA; }
a { background-color: rgb(239,27,202); }
div.DivClassName
{
background-color: #EF1BCA;
}
.BgClassName
{
background-color: #EF1BCA;
}
</style>
border-color css
<style>
span { border-color: #EF1BCA; }
span { border-color: rgb(239,27,202); }
td.TdClassName
{
border-color: #EF1BCA;
}
.TagClassName
{
border-color: #EF1BCA;
}
</style>