Shades of Deep Blush #E06283
Tints of Deep Blush #E06283
RGB
CMYK
RGB Variations
Color information
#E06283 (or 0xE06283) is known color: Deep Blush. HEX triplet: E0, 62 and 83. RGB value is (224,98,131). Sum of RGB (Red+Green+Blue) = 224+98+131=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E06283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06283 is #1F9D7C. Grayscale: #8B8B8B. Windows color (decimal): -2071933 or 8610528. OLE color: 8610528.
HSL color Cylindrical-coordinate representation of color #E06283: hue angle of 344.29º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06283 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 131 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.12 |
| HSL | 344.29º | 0.67% | 0.63% | - |
| HSV(B) | 344.29º | 0.56% | 0.88% | - |
| XYZ | 39.2 | 26.22 | 24.47 | - |
| YUV | 139.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 131 | 0 | 0.56 | 0.42 | 0.12 | 344.29 | 0.67 | 0.63 |
| Hex | E0 | 62 | 83 | 0 | 38 | 2A | C | 158 | 43 | 3F |
| Octal | 340 | 142 | 203 | 0 | 70 | 52 | 14 | 530 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10000011 | 0 | 111000 | 101010 | 1100 | 101011000 | 1000011 | 111111 |
Color Harmonies of #E06283
Complementary color
Monochromatic Colors of #E06283
Black with #E06283
Text Example
Text Example
White with #E06283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06283; }
p { color: rgb(224,98,131); }
H1.HeaderClassName
{
color: #E06283;
}
.AnyTagClassName
{
color: #E06283;
}
</style>
background-color css
<style>
a { background-color: #E06283; }
a { background-color: rgb(224,98,131); }
div.DivClassName
{
background-color: #E06283;
}
.BgClassName
{
background-color: #E06283;
}
</style>
border-color css
<style>
span { border-color: #E06283; }
span { border-color: rgb(224,98,131); }
td.TdClassName
{
border-color: #E06283;
}
.TagClassName
{
border-color: #E06283;
}
</style>