Shades of Shocking Pink #E614BD
Tints of Shocking Pink #E614BD
RGB
CMYK
RGB Variations
Color information
#E614BD (or 0xE614BD) is known color: Shocking Pink. HEX triplet: E6, 14 and BD. RGB value is (230,20,189). Sum of RGB (Red+Green+Blue) = 230+20+189=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E614BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614BD is #19EB42. Grayscale: #656565. Windows color (decimal): -1698627 or 12391654. OLE color: 12391654.
HSL color Cylindrical-coordinate representation of color #E614BD: hue angle of 311.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E614BD is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 189 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.10 |
| HSL | 311.71º | 0.84% | 0.49% | - |
| HSV(B) | 311.71º | 0.91% | 0.9% | - |
| XYZ | 42.07 | 21 | 49.98 | - |
| YUV | 102.06 | 177.07 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 189 | 0 | 0.91 | 0.18 | 0.10 | 311.71 | 0.84 | 0.49 |
| Hex | E6 | 14 | BD | 0 | 5B | 12 | A | 138 | 54 | 31 |
| Octal | 346 | 24 | 275 | 0 | 133 | 22 | 12 | 470 | 124 | 61 |
| Binary | 11100110 | 10100 | 10111101 | 0 | 1011011 | 10010 | 1010 | 100111000 | 1010100 | 110001 |
Color Harmonies of #E614BD
Complementary color
Monochromatic Colors of #E614BD
Black with #E614BD
Text Example
Text Example
White with #E614BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614BD; }
p { color: rgb(230,20,189); }
H1.HeaderClassName
{
color: #E614BD;
}
.AnyTagClassName
{
color: #E614BD;
}
</style>
background-color css
<style>
a { background-color: #E614BD; }
a { background-color: rgb(230,20,189); }
div.DivClassName
{
background-color: #E614BD;
}
.BgClassName
{
background-color: #E614BD;
}
</style>
border-color css
<style>
span { border-color: #E614BD; }
span { border-color: rgb(230,20,189); }
td.TdClassName
{
border-color: #E614BD;
}
.TagClassName
{
border-color: #E614BD;
}
</style>