Shades of Shocking Pink #E608B5
Tints of Shocking Pink #E608B5
RGB
CMYK
RGB Variations
Color information
#E608B5 (or 0xE608B5) is known color: Shocking Pink. HEX triplet: E6, 08 and B5. RGB value is (230,8,181). Sum of RGB (Red+Green+Blue) = 230+8+181=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E608B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E608B5 is #19F74A. Grayscale: #5D5D5D. Windows color (decimal): -1701707 or 11864294. OLE color: 11864294.
HSL color Cylindrical-coordinate representation of color #E608B5: hue angle of 313.24º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E608B5 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 181 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.10 |
| HSL | 313.24º | 0.93% | 0.47% | - |
| HSV(B) | 313.24º | 0.97% | 0.9% | - |
| XYZ | 41.06 | 20.33 | 45.48 | - |
| YUV | 94.1 | 177.05 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 181 | 0 | 0.97 | 0.21 | 0.10 | 313.24 | 0.93 | 0.47 |
| Hex | E6 | 8 | B5 | 0 | 61 | 15 | A | 139 | 5D | 2F |
| Octal | 346 | 10 | 265 | 0 | 141 | 25 | 12 | 471 | 135 | 57 |
| Binary | 11100110 | 1000 | 10110101 | 0 | 1100001 | 10101 | 1010 | 100111001 | 1011101 | 101111 |
Color Harmonies of #E608B5
Complementary color
Monochromatic Colors of #E608B5
Black with #E608B5
Text Example
Text Example
White with #E608B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E608B5; }
p { color: rgb(230,8,181); }
H1.HeaderClassName
{
color: #E608B5;
}
.AnyTagClassName
{
color: #E608B5;
}
</style>
background-color css
<style>
a { background-color: #E608B5; }
a { background-color: rgb(230,8,181); }
div.DivClassName
{
background-color: #E608B5;
}
.BgClassName
{
background-color: #E608B5;
}
</style>
border-color css
<style>
span { border-color: #E608B5; }
span { border-color: rgb(230,8,181); }
td.TdClassName
{
border-color: #E608B5;
}
.TagClassName
{
border-color: #E608B5;
}
</style>