Shades of Shocking Pink #EF0CCA
Tints of Shocking Pink #EF0CCA
RGB
CMYK
RGB Variations
Color information
#EF0CCA (or 0xEF0CCA) is known color: Shocking Pink. HEX triplet: EF, 0C and CA. RGB value is (239,12,202). Sum of RGB (Red+Green+Blue) = 239+12+202=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0CCA is #10F335. Grayscale: #656565. Windows color (decimal): -1110838 or 13241583. OLE color: 13241583.
HSL color Cylindrical-coordinate representation of color #EF0CCA: hue angle of 309.78º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0CCA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 202 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.06 |
| HSL | 309.78º | 0.9% | 0.49% | - |
| HSV(B) | 309.78º | 0.95% | 0.94% | - |
| XYZ | 46.39 | 22.88 | 57.85 | - |
| YUV | 101.53 | 184.71 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 202 | 0 | 0.95 | 0.15 | 0.06 | 309.78 | 0.9 | 0.49 |
| Hex | EF | C | CA | 0 | 5F | F | 6 | 136 | 5A | 31 |
| Octal | 357 | 14 | 312 | 0 | 137 | 17 | 6 | 466 | 132 | 61 |
| Binary | 11101111 | 1100 | 11001010 | 0 | 1011111 | 1111 | 110 | 100110110 | 1011010 | 110001 |
Color Harmonies of #EF0CCA
Complementary color
Monochromatic Colors of #EF0CCA
Black with #EF0CCA
Text Example
Text Example
White with #EF0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CCA; }
p { color: rgb(239,12,202); }
H1.HeaderClassName
{
color: #EF0CCA;
}
.AnyTagClassName
{
color: #EF0CCA;
}
</style>
background-color css
<style>
a { background-color: #EF0CCA; }
a { background-color: rgb(239,12,202); }
div.DivClassName
{
background-color: #EF0CCA;
}
.BgClassName
{
background-color: #EF0CCA;
}
</style>
border-color css
<style>
span { border-color: #EF0CCA; }
span { border-color: rgb(239,12,202); }
td.TdClassName
{
border-color: #EF0CCA;
}
.TagClassName
{
border-color: #EF0CCA;
}
</style>