Shades of Shocking Pink #E608B8
Tints of Shocking Pink #E608B8
RGB
CMYK
RGB Variations
Color information
#E608B8 (or 0xE608B8) is known color: Shocking Pink. HEX triplet: E6, 08 and B8. RGB value is (230,8,184). Sum of RGB (Red+Green+Blue) = 230+8+184=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E608B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E608B8 is #19F747. Grayscale: #5D5D5D. Windows color (decimal): -1701704 or 12060902. OLE color: 12060902.
HSL color Cylindrical-coordinate representation of color #E608B8: hue angle of 312.43º 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 #E608B8 is Cyan = 0, Magento = 0.97, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 184 | - |
| CMYK | 0 | 0.97 | 0.2 | 0.10 |
| HSL | 312.43º | 0.93% | 0.47% | - |
| HSV(B) | 312.43º | 0.97% | 0.9% | - |
| XYZ | 41.37 | 20.46 | 47.12 | - |
| YUV | 94.44 | 178.55 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 184 | 0 | 0.97 | 0.2 | 0.10 | 312.43 | 0.93 | 0.47 |
| Hex | E6 | 8 | B8 | 0 | 61 | 14 | A | 138 | 5D | 2F |
| Octal | 346 | 10 | 270 | 0 | 141 | 24 | 12 | 470 | 135 | 57 |
| Binary | 11100110 | 1000 | 10111000 | 0 | 1100001 | 10100 | 1010 | 100111000 | 1011101 | 101111 |
Color Harmonies of #E608B8
Complementary color
Monochromatic Colors of #E608B8
Black with #E608B8
Text Example
Text Example
White with #E608B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E608B8; }
p { color: rgb(230,8,184); }
H1.HeaderClassName
{
color: #E608B8;
}
.AnyTagClassName
{
color: #E608B8;
}
</style>
background-color css
<style>
a { background-color: #E608B8; }
a { background-color: rgb(230,8,184); }
div.DivClassName
{
background-color: #E608B8;
}
.BgClassName
{
background-color: #E608B8;
}
</style>
border-color css
<style>
span { border-color: #E608B8; }
span { border-color: rgb(230,8,184); }
td.TdClassName
{
border-color: #E608B8;
}
.TagClassName
{
border-color: #E608B8;
}
</style>