Shades of Shocking #E090B7
Tints of Shocking #E090B7
RGB
CMYK
RGB Variations
Color information
#E090B7 (or 0xE090B7) is known color: Shocking. HEX triplet: E0, 90 and B7. RGB value is (224,144,183). Sum of RGB (Red+Green+Blue) = 224+144+183=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E090B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090B7 is #1F6F48. Grayscale: #ACACAC. Windows color (decimal): -2060105 or 12030176. OLE color: 12030176.
HSL color Cylindrical-coordinate representation of color #E090B7: hue angle of 330.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090B7 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 183 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.12 |
| HSL | 330.75º | 0.56% | 0.72% | - |
| HSV(B) | 330.75º | 0.36% | 0.88% | - |
| XYZ | 49.26 | 39.21 | 49.77 | - |
| YUV | 172.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 183 | 0 | 0.36 | 0.18 | 0.12 | 330.75 | 0.56 | 0.72 |
| Hex | E0 | 90 | B7 | 0 | 24 | 12 | C | 14B | 38 | 48 |
| Octal | 340 | 220 | 267 | 0 | 44 | 22 | 14 | 513 | 70 | 110 |
| Binary | 11100000 | 10010000 | 10110111 | 0 | 100100 | 10010 | 1100 | 101001011 | 111000 | 1001000 |
Color Harmonies of #E090B7
Complementary color
Monochromatic Colors of #E090B7
Black with #E090B7
Text Example
Text Example
White with #E090B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090B7; }
p { color: rgb(224,144,183); }
H1.HeaderClassName
{
color: #E090B7;
}
.AnyTagClassName
{
color: #E090B7;
}
</style>
background-color css
<style>
a { background-color: #E090B7; }
a { background-color: rgb(224,144,183); }
div.DivClassName
{
background-color: #E090B7;
}
.BgClassName
{
background-color: #E090B7;
}
</style>
border-color css
<style>
span { border-color: #E090B7; }
span { border-color: rgb(224,144,183); }
td.TdClassName
{
border-color: #E090B7;
}
.TagClassName
{
border-color: #E090B7;
}
</style>