Shades of Deep Blush #E3668A
Tints of Deep Blush #E3668A
RGB
CMYK
RGB Variations
Color information
#E3668A (or 0xE3668A) is known color: Deep Blush. HEX triplet: E3, 66 and 8A. RGB value is (227,102,138). Sum of RGB (Red+Green+Blue) = 227+102+138=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E3668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3668A is #1C9975. Grayscale: #8F8F8F. Windows color (decimal): -1874294 or 9070307. OLE color: 9070307.
HSL color Cylindrical-coordinate representation of color #E3668A: hue angle of 342.72º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E3668A is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 138 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.11 |
| HSL | 342.72º | 0.69% | 0.65% | - |
| HSV(B) | 342.72º | 0.55% | 0.89% | - |
| XYZ | 41.02 | 27.67 | 27.22 | - |
| YUV | 143.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 138 | 0 | 0.55 | 0.39 | 0.11 | 342.72 | 0.69 | 0.65 |
| Hex | E3 | 66 | 8A | 0 | 37 | 27 | B | 157 | 45 | 41 |
| Octal | 343 | 146 | 212 | 0 | 67 | 47 | 13 | 527 | 105 | 101 |
| Binary | 11100011 | 1100110 | 10001010 | 0 | 110111 | 100111 | 1011 | 101010111 | 1000101 | 1000001 |
Color Harmonies of #E3668A
Complementary color
Monochromatic Colors of #E3668A
Black with #E3668A
Text Example
Text Example
White with #E3668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3668A; }
p { color: rgb(227,102,138); }
H1.HeaderClassName
{
color: #E3668A;
}
.AnyTagClassName
{
color: #E3668A;
}
</style>
background-color css
<style>
a { background-color: #E3668A; }
a { background-color: rgb(227,102,138); }
div.DivClassName
{
background-color: #E3668A;
}
.BgClassName
{
background-color: #E3668A;
}
</style>
border-color css
<style>
span { border-color: #E3668A; }
span { border-color: rgb(227,102,138); }
td.TdClassName
{
border-color: #E3668A;
}
.TagClassName
{
border-color: #E3668A;
}
</style>