Shades of Deep Blush #EB668B
Tints of Deep Blush #EB668B
RGB
CMYK
RGB Variations
Color information
#EB668B (or 0xEB668B) is known color: Deep Blush. HEX triplet: EB, 66 and 8B. RGB value is (235,102,139). Sum of RGB (Red+Green+Blue) = 235+102+139=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB668B is #149974. Grayscale: #919191. Windows color (decimal): -1350005 or 9135851. OLE color: 9135851.
HSL color Cylindrical-coordinate representation of color #EB668B: hue angle of 343.31º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB668B is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 139 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.08 |
| HSL | 343.31º | 0.77% | 0.66% | - |
| HSV(B) | 343.31º | 0.57% | 0.92% | - |
| XYZ | 43.67 | 29.03 | 27.73 | - |
| YUV | 145.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 139 | 0 | 0.57 | 0.41 | 0.08 | 343.31 | 0.77 | 0.66 |
| Hex | EB | 66 | 8B | 0 | 39 | 29 | 8 | 157 | 4D | 42 |
| Octal | 353 | 146 | 213 | 0 | 71 | 51 | 10 | 527 | 115 | 102 |
| Binary | 11101011 | 1100110 | 10001011 | 0 | 111001 | 101001 | 1000 | 101010111 | 1001101 | 1000010 |
Color Harmonies of #EB668B
Complementary color
Monochromatic Colors of #EB668B
Black with #EB668B
Text Example
Text Example
White with #EB668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB668B; }
p { color: rgb(235,102,139); }
H1.HeaderClassName
{
color: #EB668B;
}
.AnyTagClassName
{
color: #EB668B;
}
</style>
background-color css
<style>
a { background-color: #EB668B; }
a { background-color: rgb(235,102,139); }
div.DivClassName
{
background-color: #EB668B;
}
.BgClassName
{
background-color: #EB668B;
}
</style>
border-color css
<style>
span { border-color: #EB668B; }
span { border-color: rgb(235,102,139); }
td.TdClassName
{
border-color: #EB668B;
}
.TagClassName
{
border-color: #EB668B;
}
</style>