Shades of Deep Blush #E6758B
Tints of Deep Blush #E6758B
RGB
CMYK
RGB Variations
Color information
#E6758B (or 0xE6758B) is known color: Deep Blush. HEX triplet: E6, 75 and 8B. RGB value is (230,117,139). Sum of RGB (Red+Green+Blue) = 230+117+139=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6758B is #198A74. Grayscale: #999999. Windows color (decimal): -1673845 or 9139686. OLE color: 9139686.
HSL color Cylindrical-coordinate representation of color #E6758B: hue angle of 348.32º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6758B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 139 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.10 |
| HSL | 348.32º | 0.69% | 0.68% | - |
| HSV(B) | 348.32º | 0.49% | 0.9% | - |
| XYZ | 43.65 | 31.41 | 28.19 | - |
| YUV | 153.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 139 | 0 | 0.49 | 0.40 | 0.10 | 348.32 | 0.69 | 0.68 |
| Hex | E6 | 75 | 8B | 0 | 31 | 28 | A | 15C | 45 | 44 |
| Octal | 346 | 165 | 213 | 0 | 61 | 50 | 12 | 534 | 105 | 104 |
| Binary | 11100110 | 1110101 | 10001011 | 0 | 110001 | 101000 | 1010 | 101011100 | 1000101 | 1000100 |
Color Harmonies of #E6758B
Complementary color
Monochromatic Colors of #E6758B
Black with #E6758B
Text Example
Text Example
White with #E6758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6758B; }
p { color: rgb(230,117,139); }
H1.HeaderClassName
{
color: #E6758B;
}
.AnyTagClassName
{
color: #E6758B;
}
</style>
background-color css
<style>
a { background-color: #E6758B; }
a { background-color: rgb(230,117,139); }
div.DivClassName
{
background-color: #E6758B;
}
.BgClassName
{
background-color: #E6758B;
}
</style>
border-color css
<style>
span { border-color: #E6758B; }
span { border-color: rgb(230,117,139); }
td.TdClassName
{
border-color: #E6758B;
}
.TagClassName
{
border-color: #E6758B;
}
</style>