Shades of Shocking Pink #E317BE
Tints of Shocking Pink #E317BE
RGB
CMYK
RGB Variations
Color information
#E317BE (or 0xE317BE) is known color: Shocking Pink. HEX triplet: E3, 17 and BE. RGB value is (227,23,190). Sum of RGB (Red+Green+Blue) = 227+23+190=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E317BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E317BE is #1CE841. Grayscale: #666666. Windows color (decimal): -1894466 or 12457955. OLE color: 12457955.
HSL color Cylindrical-coordinate representation of color #E317BE: hue angle of 310.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E317BE is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 23 | 190 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.11 |
| HSL | 310.88º | 0.82% | 0.49% | - |
| HSV(B) | 310.88º | 0.9% | 0.89% | - |
| XYZ | 41.28 | 20.66 | 50.53 | - |
| YUV | 103.03 | 177.09 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 23 | 190 | 0 | 0.90 | 0.16 | 0.11 | 310.88 | 0.82 | 0.49 |
| Hex | E3 | 17 | BE | 0 | 5A | 10 | B | 137 | 52 | 31 |
| Octal | 343 | 27 | 276 | 0 | 132 | 20 | 13 | 467 | 122 | 61 |
| Binary | 11100011 | 10111 | 10111110 | 0 | 1011010 | 10000 | 1011 | 100110111 | 1010010 | 110001 |
Color Harmonies of #E317BE
Complementary color
Monochromatic Colors of #E317BE
Black with #E317BE
Text Example
Text Example
White with #E317BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E317BE; }
p { color: rgb(227,23,190); }
H1.HeaderClassName
{
color: #E317BE;
}
.AnyTagClassName
{
color: #E317BE;
}
</style>
background-color css
<style>
a { background-color: #E317BE; }
a { background-color: rgb(227,23,190); }
div.DivClassName
{
background-color: #E317BE;
}
.BgClassName
{
background-color: #E317BE;
}
</style>
border-color css
<style>
span { border-color: #E317BE; }
span { border-color: rgb(227,23,190); }
td.TdClassName
{
border-color: #E317BE;
}
.TagClassName
{
border-color: #E317BE;
}
</style>