Shades of Deep Blush #EB668C
Tints of Deep Blush #EB668C
RGB
CMYK
RGB Variations
Color information
#EB668C (or 0xEB668C) is known color: Deep Blush. HEX triplet: EB, 66 and 8C. RGB value is (235,102,140). Sum of RGB (Red+Green+Blue) = 235+102+140=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB668C is #149973. Grayscale: #929292. Windows color (decimal): -1350004 or 9201387. OLE color: 9201387.
HSL color Cylindrical-coordinate representation of color #EB668C: hue angle of 342.86º 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 #EB668C is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 102 | 140 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.08 |
| HSL | 342.86º | 0.77% | 0.66% | - |
| HSV(B) | 342.86º | 0.57% | 0.92% | - |
| XYZ | 43.75 | 29.06 | 28.11 | - |
| YUV | 146.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 102 | 140 | 0 | 0.57 | 0.40 | 0.08 | 342.86 | 0.77 | 0.66 |
| Hex | EB | 66 | 8C | 0 | 39 | 28 | 8 | 157 | 4D | 42 |
| Octal | 353 | 146 | 214 | 0 | 71 | 50 | 10 | 527 | 115 | 102 |
| Binary | 11101011 | 1100110 | 10001100 | 0 | 111001 | 101000 | 1000 | 101010111 | 1001101 | 1000010 |
Color Harmonies of #EB668C
Complementary color
Monochromatic Colors of #EB668C
Black with #EB668C
Text Example
Text Example
White with #EB668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB668C; }
p { color: rgb(235,102,140); }
H1.HeaderClassName
{
color: #EB668C;
}
.AnyTagClassName
{
color: #EB668C;
}
</style>
background-color css
<style>
a { background-color: #EB668C; }
a { background-color: rgb(235,102,140); }
div.DivClassName
{
background-color: #EB668C;
}
.BgClassName
{
background-color: #EB668C;
}
</style>
border-color css
<style>
span { border-color: #EB668C; }
span { border-color: rgb(235,102,140); }
td.TdClassName
{
border-color: #EB668C;
}
.TagClassName
{
border-color: #EB668C;
}
</style>