Shades of Deep Blush #E6738A
Tints of Deep Blush #E6738A
RGB
CMYK
RGB Variations
Color information
#E6738A (or 0xE6738A) is known color: Deep Blush. HEX triplet: E6, 73 and 8A. RGB value is (230,115,138). Sum of RGB (Red+Green+Blue) = 230+115+138=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6738A is #198C75. Grayscale: #989898. Windows color (decimal): -1674358 or 9073638. OLE color: 9073638.
HSL color Cylindrical-coordinate representation of color #E6738A: hue angle of 348º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6738A is Cyan = 0, Magento = 0.5, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 138 | - |
| CMYK | 0 | 0.5 | 0.4 | 0.10 |
| HSL | 348º | 0.7% | 0.68% | - |
| HSV(B) | 348º | 0.5% | 0.9% | - |
| XYZ | 43.35 | 30.92 | 27.73 | - |
| YUV | 152.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 138 | 0 | 0.5 | 0.4 | 0.10 | 348 | 0.7 | 0.68 |
| Hex | E6 | 73 | 8A | 0 | 32 | 28 | A | 15C | 46 | 44 |
| Octal | 346 | 163 | 212 | 0 | 62 | 50 | 12 | 534 | 106 | 104 |
| Binary | 11100110 | 1110011 | 10001010 | 0 | 110010 | 101000 | 1010 | 101011100 | 1000110 | 1000100 |
Color Harmonies of #E6738A
Complementary color
Monochromatic Colors of #E6738A
Black with #E6738A
Text Example
Text Example
White with #E6738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6738A; }
p { color: rgb(230,115,138); }
H1.HeaderClassName
{
color: #E6738A;
}
.AnyTagClassName
{
color: #E6738A;
}
</style>
background-color css
<style>
a { background-color: #E6738A; }
a { background-color: rgb(230,115,138); }
div.DivClassName
{
background-color: #E6738A;
}
.BgClassName
{
background-color: #E6738A;
}
</style>
border-color css
<style>
span { border-color: #E6738A; }
span { border-color: rgb(230,115,138); }
td.TdClassName
{
border-color: #E6738A;
}
.TagClassName
{
border-color: #E6738A;
}
</style>