Shades of Shocking Pink #EF09BD
Tints of Shocking Pink #EF09BD
RGB
CMYK
RGB Variations
Color information
#EF09BD (or 0xEF09BD) is known color: Shocking Pink. HEX triplet: EF, 09 and BD. RGB value is (239,9,189). Sum of RGB (Red+Green+Blue) = 239+9+189=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09BD is #10F642. Grayscale: #616161. Windows color (decimal): -1111619 or 12388847. OLE color: 12388847.
HSL color Cylindrical-coordinate representation of color #EF09BD: hue angle of 313.04º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09BD is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.06 |
| HSL | 313.04º | 0.93% | 0.49% | - |
| HSV(B) | 313.04º | 0.96% | 0.94% | - |
| XYZ | 44.88 | 22.22 | 50.07 | - |
| YUV | 98.29 | 179.2 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 189 | 0 | 0.96 | 0.21 | 0.06 | 313.04 | 0.93 | 0.49 |
| Hex | EF | 9 | BD | 0 | 60 | 15 | 6 | 139 | 5D | 31 |
| Octal | 357 | 11 | 275 | 0 | 140 | 25 | 6 | 471 | 135 | 61 |
| Binary | 11101111 | 1001 | 10111101 | 0 | 1100000 | 10101 | 110 | 100111001 | 1011101 | 110001 |
Color Harmonies of #EF09BD
Complementary color
Monochromatic Colors of #EF09BD
Black with #EF09BD
Text Example
Text Example
White with #EF09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09BD; }
p { color: rgb(239,9,189); }
H1.HeaderClassName
{
color: #EF09BD;
}
.AnyTagClassName
{
color: #EF09BD;
}
</style>
background-color css
<style>
a { background-color: #EF09BD; }
a { background-color: rgb(239,9,189); }
div.DivClassName
{
background-color: #EF09BD;
}
.BgClassName
{
background-color: #EF09BD;
}
</style>
border-color css
<style>
span { border-color: #EF09BD; }
span { border-color: rgb(239,9,189); }
td.TdClassName
{
border-color: #EF09BD;
}
.TagClassName
{
border-color: #EF09BD;
}
</style>