Shades of Deep Blush #E06381
Tints of Deep Blush #E06381
RGB
CMYK
RGB Variations
Color information
#E06381 (or 0xE06381) is known color: Deep Blush. HEX triplet: E0, 63 and 81. RGB value is (224,99,129). Sum of RGB (Red+Green+Blue) = 224+99+129=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E06381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06381 is #1F9C7E. Grayscale: #8B8B8B. Windows color (decimal): -2071679 or 8479712. OLE color: 8479712.
HSL color Cylindrical-coordinate representation of color #E06381: hue angle of 345.6º 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 #E06381 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 129 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.12 |
| HSL | 345.6º | 0.67% | 0.63% | - |
| HSV(B) | 345.6º | 0.56% | 0.88% | - |
| XYZ | 39.16 | 26.36 | 23.79 | - |
| YUV | 139.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 129 | 0 | 0.56 | 0.42 | 0.12 | 345.6 | 0.67 | 0.63 |
| Hex | E0 | 63 | 81 | 0 | 38 | 2A | C | 15A | 43 | 3F |
| Octal | 340 | 143 | 201 | 0 | 70 | 52 | 14 | 532 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10000001 | 0 | 111000 | 101010 | 1100 | 101011010 | 1000011 | 111111 |
Color Harmonies of #E06381
Complementary color
Monochromatic Colors of #E06381
Black with #E06381
Text Example
Text Example
White with #E06381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06381; }
p { color: rgb(224,99,129); }
H1.HeaderClassName
{
color: #E06381;
}
.AnyTagClassName
{
color: #E06381;
}
</style>
background-color css
<style>
a { background-color: #E06381; }
a { background-color: rgb(224,99,129); }
div.DivClassName
{
background-color: #E06381;
}
.BgClassName
{
background-color: #E06381;
}
</style>
border-color css
<style>
span { border-color: #E06381; }
span { border-color: rgb(224,99,129); }
td.TdClassName
{
border-color: #E06381;
}
.TagClassName
{
border-color: #E06381;
}
</style>