Shades of Deep Blush #E67285
Tints of Deep Blush #E67285
RGB
CMYK
RGB Variations
Color information
#E67285 (or 0xE67285) is known color: Deep Blush. HEX triplet: E6, 72 and 85. RGB value is (230,114,133). Sum of RGB (Red+Green+Blue) = 230+114+133=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E67285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67285 is #198D7A. Grayscale: #969696. Windows color (decimal): -1674619 or 8745702. OLE color: 8745702.
HSL color Cylindrical-coordinate representation of color #E67285: hue angle of 350.17º 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 #E67285 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 133 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.10 |
| HSL | 350.17º | 0.7% | 0.67% | - |
| HSV(B) | 350.17º | 0.5% | 0.9% | - |
| XYZ | 42.88 | 30.55 | 25.83 | - |
| YUV | 150.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 133 | 0 | 0.50 | 0.42 | 0.10 | 350.17 | 0.7 | 0.67 |
| Hex | E6 | 72 | 85 | 0 | 32 | 2A | A | 15E | 46 | 43 |
| Octal | 346 | 162 | 205 | 0 | 62 | 52 | 12 | 536 | 106 | 103 |
| Binary | 11100110 | 1110010 | 10000101 | 0 | 110010 | 101010 | 1010 | 101011110 | 1000110 | 1000011 |
Color Harmonies of #E67285
Complementary color
Monochromatic Colors of #E67285
Black with #E67285
Text Example
Text Example
White with #E67285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67285; }
p { color: rgb(230,114,133); }
H1.HeaderClassName
{
color: #E67285;
}
.AnyTagClassName
{
color: #E67285;
}
</style>
background-color css
<style>
a { background-color: #E67285; }
a { background-color: rgb(230,114,133); }
div.DivClassName
{
background-color: #E67285;
}
.BgClassName
{
background-color: #E67285;
}
</style>
border-color css
<style>
span { border-color: #E67285; }
span { border-color: rgb(230,114,133); }
td.TdClassName
{
border-color: #E67285;
}
.TagClassName
{
border-color: #E67285;
}
</style>