Shades of Shocking #E18CCB
Tints of Shocking #E18CCB
RGB
CMYK
RGB Variations
Color information
#E18CCB (or 0xE18CCB) is known color: Shocking. HEX triplet: E1, 8C and CB. RGB value is (225,140,203). Sum of RGB (Red+Green+Blue) = 225+140+203=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CCB is #1E7334. Grayscale: #ACACAC. Windows color (decimal): -1995573 or 13339873. OLE color: 13339873.
HSL color Cylindrical-coordinate representation of color #E18CCB: hue angle of 315.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CCB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 140 | 203 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.12 |
| HSL | 315.53º | 0.59% | 0.72% | - |
| HSV(B) | 315.53º | 0.38% | 0.88% | - |
| XYZ | 51.21 | 39.08 | 61.34 | - |
| YUV | 172.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 140 | 203 | 0 | 0.38 | 0.10 | 0.12 | 315.53 | 0.59 | 0.72 |
| Hex | E1 | 8C | CB | 0 | 26 | A | C | 13C | 3B | 48 |
| Octal | 341 | 214 | 313 | 0 | 46 | 12 | 14 | 474 | 73 | 110 |
| Binary | 11100001 | 10001100 | 11001011 | 0 | 100110 | 1010 | 1100 | 100111100 | 111011 | 1001000 |
Color Harmonies of #E18CCB
Complementary color
Monochromatic Colors of #E18CCB
Black with #E18CCB
Text Example
Text Example
White with #E18CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18CCB; }
p { color: rgb(225,140,203); }
H1.HeaderClassName
{
color: #E18CCB;
}
.AnyTagClassName
{
color: #E18CCB;
}
</style>
background-color css
<style>
a { background-color: #E18CCB; }
a { background-color: rgb(225,140,203); }
div.DivClassName
{
background-color: #E18CCB;
}
.BgClassName
{
background-color: #E18CCB;
}
</style>
border-color css
<style>
span { border-color: #E18CCB; }
span { border-color: rgb(225,140,203); }
td.TdClassName
{
border-color: #E18CCB;
}
.TagClassName
{
border-color: #E18CCB;
}
</style>