Shades of Shocking Pink #E712B5
Tints of Shocking Pink #E712B5
RGB
CMYK
RGB Variations
Color information
#E712B5 (or 0xE712B5) is known color: Shocking Pink. HEX triplet: E7, 12 and B5. RGB value is (231,18,181). Sum of RGB (Red+Green+Blue) = 231+18+181=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E712B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E712B5 is #18ED4A. Grayscale: #636363. Windows color (decimal): -1633611 or 11866855. OLE color: 11866855.
HSL color Cylindrical-coordinate representation of color #E712B5: hue angle of 314.08º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E712B5 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 181 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.09 |
| HSL | 314.08º | 0.86% | 0.49% | - |
| HSV(B) | 314.08º | 0.92% | 0.91% | - |
| XYZ | 41.51 | 20.76 | 45.53 | - |
| YUV | 100.27 | 173.57 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 181 | 0 | 0.92 | 0.22 | 0.09 | 314.08 | 0.86 | 0.49 |
| Hex | E7 | 12 | B5 | 0 | 5C | 16 | 9 | 13A | 56 | 31 |
| Octal | 347 | 22 | 265 | 0 | 134 | 26 | 11 | 472 | 126 | 61 |
| Binary | 11100111 | 10010 | 10110101 | 0 | 1011100 | 10110 | 1001 | 100111010 | 1010110 | 110001 |
Color Harmonies of #E712B5
Complementary color
Monochromatic Colors of #E712B5
Black with #E712B5
Text Example
Text Example
White with #E712B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E712B5; }
p { color: rgb(231,18,181); }
H1.HeaderClassName
{
color: #E712B5;
}
.AnyTagClassName
{
color: #E712B5;
}
</style>
background-color css
<style>
a { background-color: #E712B5; }
a { background-color: rgb(231,18,181); }
div.DivClassName
{
background-color: #E712B5;
}
.BgClassName
{
background-color: #E712B5;
}
</style>
border-color css
<style>
span { border-color: #E712B5; }
span { border-color: rgb(231,18,181); }
td.TdClassName
{
border-color: #E712B5;
}
.TagClassName
{
border-color: #E712B5;
}
</style>