Shades of Shocking Pink #E706B5
Tints of Shocking Pink #E706B5
RGB
CMYK
RGB Variations
Color information
#E706B5 (or 0xE706B5) is known color: Shocking Pink. HEX triplet: E7, 06 and B5. RGB value is (231,6,181). Sum of RGB (Red+Green+Blue) = 231+6+181=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E706B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706B5 is #18F94A. Grayscale: #5C5C5C. Windows color (decimal): -1636683 or 11863783. OLE color: 11863783.
HSL color Cylindrical-coordinate representation of color #E706B5: hue angle of 313.33º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E706B5 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 6 | 181 | - |
CMYK | 0 | 0.97 | 0.22 | 0.09 |
HSL | 313.33º | 0.95% | 0.46% | - |
HSV(B) | 313.33º | 0.97% | 0.91% | - |
XYZ | 41.36 | 20.46 | 45.48 | - |
YUV | 93.23 | 177.54 | 226.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 6 | 181 | 0 | 0.97 | 0.22 | 0.09 | 313.33 | 0.95 | 0.46 |
Hex | E7 | 6 | B5 | 0 | 61 | 16 | 9 | 139 | 5F | 2E |
Octal | 347 | 6 | 265 | 0 | 141 | 26 | 11 | 471 | 137 | 56 |
Binary | 11100111 | 110 | 10110101 | 0 | 1100001 | 10110 | 1001 | 100111001 | 1011111 | 101110 |
Color Harmonies of #E706B5
Complementary color
Monochromatic Colors of #E706B5
Black with #E706B5
Text Example
Text Example
White with #E706B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706B5; }
p { color: rgb(231,6,181); }
H1.HeaderClassName
{
color: #E706B5;
}
.AnyTagClassName
{
color: #E706B5;
}
</style>
background-color css
<style>
a { background-color: #E706B5; }
a { background-color: rgb(231,6,181); }
div.DivClassName
{
background-color: #E706B5;
}
.BgClassName
{
background-color: #E706B5;
}
</style>
border-color css
<style>
span { border-color: #E706B5; }
span { border-color: rgb(231,6,181); }
td.TdClassName
{
border-color: #E706B5;
}
.TagClassName
{
border-color: #E706B5;
}
</style>