Shades of Shocking #E185B4
Tints of Shocking #E185B4
RGB
CMYK
RGB Variations
Color information
#E185B4 (or 0xE185B4) is known color: Shocking. HEX triplet: E1, 85 and B4. RGB value is (225,133,180). Sum of RGB (Red+Green+Blue) = 225+133+180=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E185B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185B4 is #1E7A4B. Grayscale: #A5A5A5. Windows color (decimal): -1997388 or 11830753. OLE color: 11830753.
HSL color Cylindrical-coordinate representation of color #E185B4: hue angle of 329.35º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185B4 is Cyan = 0, Magento = 0.41, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 180 | - |
| CMYK | 0 | 0.41 | 0.2 | 0.12 |
| HSL | 329.35º | 0.61% | 0.7% | - |
| HSV(B) | 329.35º | 0.41% | 0.88% | - |
| XYZ | 47.68 | 36.08 | 47.63 | - |
| YUV | 165.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 180 | 0 | 0.41 | 0.2 | 0.12 | 329.35 | 0.61 | 0.7 |
| Hex | E1 | 85 | B4 | 0 | 29 | 14 | C | 149 | 3D | 46 |
| Octal | 341 | 205 | 264 | 0 | 51 | 24 | 14 | 511 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10110100 | 0 | 101001 | 10100 | 1100 | 101001001 | 111101 | 1000110 |
Color Harmonies of #E185B4
Complementary color
Monochromatic Colors of #E185B4
Black with #E185B4
Text Example
Text Example
White with #E185B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185B4; }
p { color: rgb(225,133,180); }
H1.HeaderClassName
{
color: #E185B4;
}
.AnyTagClassName
{
color: #E185B4;
}
</style>
background-color css
<style>
a { background-color: #E185B4; }
a { background-color: rgb(225,133,180); }
div.DivClassName
{
background-color: #E185B4;
}
.BgClassName
{
background-color: #E185B4;
}
</style>
border-color css
<style>
span { border-color: #E185B4; }
span { border-color: rgb(225,133,180); }
td.TdClassName
{
border-color: #E185B4;
}
.TagClassName
{
border-color: #E185B4;
}
</style>