Shades of Shocking #E385B4
Tints of Shocking #E385B4
RGB
CMYK
RGB Variations
Color information
#E385B4 (or 0xE385B4) is known color: Shocking. HEX triplet: E3, 85 and B4. RGB value is (227,133,180). Sum of RGB (Red+Green+Blue) = 227+133+180=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E385B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385B4 is #1C7A4B. Grayscale: #A6A6A6. Windows color (decimal): -1866316 or 11830755. OLE color: 11830755.
HSL color Cylindrical-coordinate representation of color #E385B4: hue angle of 330º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385B4 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 180 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.11 |
| HSL | 330º | 0.63% | 0.71% | - |
| HSV(B) | 330º | 0.41% | 0.89% | - |
| XYZ | 48.3 | 36.4 | 47.66 | - |
| YUV | 166.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 180 | 0 | 0.41 | 0.21 | 0.11 | 330 | 0.63 | 0.71 |
| Hex | E3 | 85 | B4 | 0 | 29 | 15 | B | 14A | 3F | 47 |
| Octal | 343 | 205 | 264 | 0 | 51 | 25 | 13 | 512 | 77 | 107 |
| Binary | 11100011 | 10000101 | 10110100 | 0 | 101001 | 10101 | 1011 | 101001010 | 111111 | 1000111 |
Color Harmonies of #E385B4
Complementary color
Monochromatic Colors of #E385B4
Black with #E385B4
Text Example
Text Example
White with #E385B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385B4; }
p { color: rgb(227,133,180); }
H1.HeaderClassName
{
color: #E385B4;
}
.AnyTagClassName
{
color: #E385B4;
}
</style>
background-color css
<style>
a { background-color: #E385B4; }
a { background-color: rgb(227,133,180); }
div.DivClassName
{
background-color: #E385B4;
}
.BgClassName
{
background-color: #E385B4;
}
</style>
border-color css
<style>
span { border-color: #E385B4; }
span { border-color: rgb(227,133,180); }
td.TdClassName
{
border-color: #E385B4;
}
.TagClassName
{
border-color: #E385B4;
}
</style>