Shades of Shocking Pink #EF03B5
Tints of Shocking Pink #EF03B5
RGB
CMYK
RGB Variations
Color information
#EF03B5 (or 0xEF03B5) is known color: Shocking Pink. HEX triplet: EF, 03 and B5. RGB value is (239,3,181). Sum of RGB (Red+Green+Blue) = 239+3+181=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03B5 is #10FC4A. Grayscale: #5D5D5D. Windows color (decimal): -1113163 or 11863023. OLE color: 11863023.
HSL color Cylindrical-coordinate representation of color #EF03B5: hue angle of 314.75º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03B5 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 181 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.06 |
| HSL | 314.75º | 0.98% | 0.47% | - |
| HSV(B) | 314.75º | 0.99% | 0.94% | - |
| XYZ | 43.97 | 21.75 | 45.6 | - |
| YUV | 93.86 | 177.19 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 181 | 0 | 0.99 | 0.24 | 0.06 | 314.75 | 0.98 | 0.47 |
| Hex | EF | 3 | B5 | 0 | 63 | 18 | 6 | 13B | 62 | 2F |
| Octal | 357 | 3 | 265 | 0 | 143 | 30 | 6 | 473 | 142 | 57 |
| Binary | 11101111 | 11 | 10110101 | 0 | 1100011 | 11000 | 110 | 100111011 | 1100010 | 101111 |
Color Harmonies of #EF03B5
Complementary color
Monochromatic Colors of #EF03B5
Black with #EF03B5
Text Example
Text Example
White with #EF03B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03B5; }
p { color: rgb(239,3,181); }
H1.HeaderClassName
{
color: #EF03B5;
}
.AnyTagClassName
{
color: #EF03B5;
}
</style>
background-color css
<style>
a { background-color: #EF03B5; }
a { background-color: rgb(239,3,181); }
div.DivClassName
{
background-color: #EF03B5;
}
.BgClassName
{
background-color: #EF03B5;
}
</style>
border-color css
<style>
span { border-color: #EF03B5; }
span { border-color: rgb(239,3,181); }
td.TdClassName
{
border-color: #EF03B5;
}
.TagClassName
{
border-color: #EF03B5;
}
</style>