Shades of Shocking Pink #E614B7
Tints of Shocking Pink #E614B7
RGB
CMYK
RGB Variations
Color information
#E614B7 (or 0xE614B7) is known color: Shocking Pink. HEX triplet: E6, 14 and B7. RGB value is (230,20,183). Sum of RGB (Red+Green+Blue) = 230+20+183=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E614B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614B7 is #19EB48. Grayscale: #646464. Windows color (decimal): -1698633 or 11998438. OLE color: 11998438.
HSL color Cylindrical-coordinate representation of color #E614B7: hue angle of 313.43º 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 #E614B7 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 183 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.10 |
| HSL | 313.43º | 0.84% | 0.49% | - |
| HSV(B) | 313.43º | 0.91% | 0.9% | - |
| XYZ | 41.43 | 20.74 | 46.62 | - |
| YUV | 101.37 | 174.07 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 183 | 0 | 0.91 | 0.20 | 0.10 | 313.43 | 0.84 | 0.49 |
| Hex | E6 | 14 | B7 | 0 | 5B | 14 | A | 139 | 54 | 31 |
| Octal | 346 | 24 | 267 | 0 | 133 | 24 | 12 | 471 | 124 | 61 |
| Binary | 11100110 | 10100 | 10110111 | 0 | 1011011 | 10100 | 1010 | 100111001 | 1010100 | 110001 |
Color Harmonies of #E614B7
Complementary color
Monochromatic Colors of #E614B7
Black with #E614B7
Text Example
Text Example
White with #E614B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614B7; }
p { color: rgb(230,20,183); }
H1.HeaderClassName
{
color: #E614B7;
}
.AnyTagClassName
{
color: #E614B7;
}
</style>
background-color css
<style>
a { background-color: #E614B7; }
a { background-color: rgb(230,20,183); }
div.DivClassName
{
background-color: #E614B7;
}
.BgClassName
{
background-color: #E614B7;
}
</style>
border-color css
<style>
span { border-color: #E614B7; }
span { border-color: rgb(230,20,183); }
td.TdClassName
{
border-color: #E614B7;
}
.TagClassName
{
border-color: #E614B7;
}
</style>