Shades of Deep Blush #E6728B
Tints of Deep Blush #E6728B
RGB
CMYK
RGB Variations
Color information
#E6728B (or 0xE6728B) is known color: Deep Blush. HEX triplet: E6, 72 and 8B. RGB value is (230,114,139). Sum of RGB (Red+Green+Blue) = 230+114+139=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6728B is #198D74. Grayscale: #979797. Windows color (decimal): -1674613 or 9138918. OLE color: 9138918.
HSL color Cylindrical-coordinate representation of color #E6728B: hue angle of 347.07º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6728B is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 139 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.10 |
| HSL | 347.07º | 0.7% | 0.67% | - |
| HSV(B) | 347.07º | 0.5% | 0.9% | - |
| XYZ | 43.31 | 30.72 | 28.07 | - |
| YUV | 151.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 139 | 0 | 0.50 | 0.40 | 0.10 | 347.07 | 0.7 | 0.67 |
| Hex | E6 | 72 | 8B | 0 | 32 | 28 | A | 15B | 46 | 43 |
| Octal | 346 | 162 | 213 | 0 | 62 | 50 | 12 | 533 | 106 | 103 |
| Binary | 11100110 | 1110010 | 10001011 | 0 | 110010 | 101000 | 1010 | 101011011 | 1000110 | 1000011 |
Color Harmonies of #E6728B
Complementary color
Monochromatic Colors of #E6728B
Black with #E6728B
Text Example
Text Example
White with #E6728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6728B; }
p { color: rgb(230,114,139); }
H1.HeaderClassName
{
color: #E6728B;
}
.AnyTagClassName
{
color: #E6728B;
}
</style>
background-color css
<style>
a { background-color: #E6728B; }
a { background-color: rgb(230,114,139); }
div.DivClassName
{
background-color: #E6728B;
}
.BgClassName
{
background-color: #E6728B;
}
</style>
border-color css
<style>
span { border-color: #E6728B; }
span { border-color: rgb(230,114,139); }
td.TdClassName
{
border-color: #E6728B;
}
.TagClassName
{
border-color: #E6728B;
}
</style>