Shades of Deep Blush #E66381
Tints of Deep Blush #E66381
RGB
CMYK
RGB Variations
Color information
#E66381 (or 0xE66381) is known color: Deep Blush. HEX triplet: E6, 63 and 81. RGB value is (230,99,129). Sum of RGB (Red+Green+Blue) = 230+99+129=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E66381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66381 is #199C7E. Grayscale: #8D8D8D. Windows color (decimal): -1678463 or 8479718. OLE color: 8479718.
HSL color Cylindrical-coordinate representation of color #E66381: hue angle of 346.26º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66381 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 129 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.10 |
| HSL | 346.26º | 0.72% | 0.65% | - |
| HSV(B) | 346.26º | 0.57% | 0.9% | - |
| XYZ | 41.06 | 27.33 | 23.88 | - |
| YUV | 141.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 129 | 0 | 0.57 | 0.44 | 0.10 | 346.26 | 0.72 | 0.65 |
| Hex | E6 | 63 | 81 | 0 | 39 | 2C | A | 15A | 48 | 41 |
| Octal | 346 | 143 | 201 | 0 | 71 | 54 | 12 | 532 | 110 | 101 |
| Binary | 11100110 | 1100011 | 10000001 | 0 | 111001 | 101100 | 1010 | 101011010 | 1001000 | 1000001 |
Color Harmonies of #E66381
Complementary color
Monochromatic Colors of #E66381
Black with #E66381
Text Example
Text Example
White with #E66381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66381; }
p { color: rgb(230,99,129); }
H1.HeaderClassName
{
color: #E66381;
}
.AnyTagClassName
{
color: #E66381;
}
</style>
background-color css
<style>
a { background-color: #E66381; }
a { background-color: rgb(230,99,129); }
div.DivClassName
{
background-color: #E66381;
}
.BgClassName
{
background-color: #E66381;
}
</style>
border-color css
<style>
span { border-color: #E66381; }
span { border-color: rgb(230,99,129); }
td.TdClassName
{
border-color: #E66381;
}
.TagClassName
{
border-color: #E66381;
}
</style>