Shades of Shocking Pink #E318CD
Tints of Shocking Pink #E318CD
RGB
CMYK
RGB Variations
Color information
#E318CD (or 0xE318CD) is known color: Shocking Pink. HEX triplet: E3, 18 and CD. RGB value is (227,24,205). Sum of RGB (Red+Green+Blue) = 227+24+205=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E318CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E318CD is #1CE732. Grayscale: #686868. Windows color (decimal): -1894195 or 13441251. OLE color: 13441251.
HSL color Cylindrical-coordinate representation of color #E318CD: hue angle of 306.5º 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 #E318CD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 205 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.11 |
| HSL | 306.5º | 0.81% | 0.49% | - |
| HSV(B) | 306.5º | 0.89% | 0.89% | - |
| XYZ | 43.02 | 21.39 | 59.62 | - |
| YUV | 105.33 | 184.25 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 205 | 0 | 0.89 | 0.10 | 0.11 | 306.5 | 0.81 | 0.49 |
| Hex | E3 | 18 | CD | 0 | 59 | A | B | 133 | 51 | 31 |
| Octal | 343 | 30 | 315 | 0 | 131 | 12 | 13 | 463 | 121 | 61 |
| Binary | 11100011 | 11000 | 11001101 | 0 | 1011001 | 1010 | 1011 | 100110011 | 1010001 | 110001 |
Color Harmonies of #E318CD
Complementary color
Monochromatic Colors of #E318CD
Black with #E318CD
Text Example
Text Example
White with #E318CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318CD; }
p { color: rgb(227,24,205); }
H1.HeaderClassName
{
color: #E318CD;
}
.AnyTagClassName
{
color: #E318CD;
}
</style>
background-color css
<style>
a { background-color: #E318CD; }
a { background-color: rgb(227,24,205); }
div.DivClassName
{
background-color: #E318CD;
}
.BgClassName
{
background-color: #E318CD;
}
</style>
border-color css
<style>
span { border-color: #E318CD; }
span { border-color: rgb(227,24,205); }
td.TdClassName
{
border-color: #E318CD;
}
.TagClassName
{
border-color: #E318CD;
}
</style>