Shades of Shocking Pink #E618B5
Tints of Shocking Pink #E618B5
RGB
CMYK
RGB Variations
Color information
#E618B5 (or 0xE618B5) is known color: Shocking Pink. HEX triplet: E6, 18 and B5. RGB value is (230,24,181). Sum of RGB (Red+Green+Blue) = 230+24+181=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E618B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E618B5 is #19E74A. Grayscale: #676767. Windows color (decimal): -1697611 or 11868390. OLE color: 11868390.
HSL color Cylindrical-coordinate representation of color #E618B5: hue angle of 314.27º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618B5 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 181 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.10 |
| HSL | 314.27º | 0.81% | 0.5% | - |
| HSV(B) | 314.27º | 0.9% | 0.9% | - |
| XYZ | 41.3 | 20.81 | 45.56 | - |
| YUV | 103.49 | 171.75 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 181 | 0 | 0.90 | 0.21 | 0.10 | 314.27 | 0.81 | 0.5 |
| Hex | E6 | 18 | B5 | 0 | 5A | 15 | A | 13A | 51 | 32 |
| Octal | 346 | 30 | 265 | 0 | 132 | 25 | 12 | 472 | 121 | 62 |
| Binary | 11100110 | 11000 | 10110101 | 0 | 1011010 | 10101 | 1010 | 100111010 | 1010001 | 110010 |
Color Harmonies of #E618B5
Complementary color
Monochromatic Colors of #E618B5
Black with #E618B5
Text Example
Text Example
White with #E618B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E618B5; }
p { color: rgb(230,24,181); }
H1.HeaderClassName
{
color: #E618B5;
}
.AnyTagClassName
{
color: #E618B5;
}
</style>
background-color css
<style>
a { background-color: #E618B5; }
a { background-color: rgb(230,24,181); }
div.DivClassName
{
background-color: #E618B5;
}
.BgClassName
{
background-color: #E618B5;
}
</style>
border-color css
<style>
span { border-color: #E618B5; }
span { border-color: rgb(230,24,181); }
td.TdClassName
{
border-color: #E618B5;
}
.TagClassName
{
border-color: #E618B5;
}
</style>