Shades of Deep Blush #EA6688
Tints of Deep Blush #EA6688
RGB
CMYK
RGB Variations
Color information
#EA6688 (or 0xEA6688) is known color: Deep Blush. HEX triplet: EA, 66 and 88. RGB value is (234,102,136). Sum of RGB (Red+Green+Blue) = 234+102+136=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6688 is #159977. Grayscale: #919191. Windows color (decimal): -1415544 or 8939242. OLE color: 8939242.
HSL color Cylindrical-coordinate representation of color #EA6688: hue angle of 344.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6688 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 136 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.08 |
| HSL | 344.55º | 0.76% | 0.66% | - |
| HSV(B) | 344.55º | 0.56% | 0.92% | - |
| XYZ | 43.13 | 28.77 | 26.57 | - |
| YUV | 145.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 136 | 0 | 0.56 | 0.42 | 0.08 | 344.55 | 0.76 | 0.66 |
| Hex | EA | 66 | 88 | 0 | 38 | 2A | 8 | 159 | 4C | 42 |
| Octal | 352 | 146 | 210 | 0 | 70 | 52 | 10 | 531 | 114 | 102 |
| Binary | 11101010 | 1100110 | 10001000 | 0 | 111000 | 101010 | 1000 | 101011001 | 1001100 | 1000010 |
Color Harmonies of #EA6688
Complementary color
Monochromatic Colors of #EA6688
Black with #EA6688
Text Example
Text Example
White with #EA6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6688; }
p { color: rgb(234,102,136); }
H1.HeaderClassName
{
color: #EA6688;
}
.AnyTagClassName
{
color: #EA6688;
}
</style>
background-color css
<style>
a { background-color: #EA6688; }
a { background-color: rgb(234,102,136); }
div.DivClassName
{
background-color: #EA6688;
}
.BgClassName
{
background-color: #EA6688;
}
</style>
border-color css
<style>
span { border-color: #EA6688; }
span { border-color: rgb(234,102,136); }
td.TdClassName
{
border-color: #EA6688;
}
.TagClassName
{
border-color: #EA6688;
}
</style>