Shades of Shocking Pink #E318B3
Tints of Shocking Pink #E318B3
RGB
CMYK
RGB Variations
Color information
#E318B3 (or 0xE318B3) is known color: Shocking Pink. HEX triplet: E3, 18 and B3. RGB value is (227,24,179). Sum of RGB (Red+Green+Blue) = 227+24+179=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E318B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318B3 is #1CE74C. Grayscale: #656565. Windows color (decimal): -1894221 or 11737315. OLE color: 11737315.
HSL color Cylindrical-coordinate representation of color #E318B3: hue angle of 314.19º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E318B3 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 179 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.11 |
| HSL | 314.19º | 0.81% | 0.49% | - |
| HSV(B) | 314.19º | 0.89% | 0.89% | - |
| XYZ | 40.14 | 20.24 | 44.44 | - |
| YUV | 102.37 | 171.25 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 179 | 0 | 0.89 | 0.21 | 0.11 | 314.19 | 0.81 | 0.49 |
| Hex | E3 | 18 | B3 | 0 | 59 | 15 | B | 13A | 51 | 31 |
| Octal | 343 | 30 | 263 | 0 | 131 | 25 | 13 | 472 | 121 | 61 |
| Binary | 11100011 | 11000 | 10110011 | 0 | 1011001 | 10101 | 1011 | 100111010 | 1010001 | 110001 |
Color Harmonies of #E318B3
Complementary color
Monochromatic Colors of #E318B3
Black with #E318B3
Text Example
Text Example
White with #E318B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318B3; }
p { color: rgb(227,24,179); }
H1.HeaderClassName
{
color: #E318B3;
}
.AnyTagClassName
{
color: #E318B3;
}
</style>
background-color css
<style>
a { background-color: #E318B3; }
a { background-color: rgb(227,24,179); }
div.DivClassName
{
background-color: #E318B3;
}
.BgClassName
{
background-color: #E318B3;
}
</style>
border-color css
<style>
span { border-color: #E318B3; }
span { border-color: rgb(227,24,179); }
td.TdClassName
{
border-color: #E318B3;
}
.TagClassName
{
border-color: #E318B3;
}
</style>