Shades of Deep Blush #EA668C
Tints of Deep Blush #EA668C
RGB
CMYK
RGB Variations
Color information
#EA668C (or 0xEA668C) is known color: Deep Blush. HEX triplet: EA, 66 and 8C. RGB value is (234,102,140). Sum of RGB (Red+Green+Blue) = 234+102+140=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA668C is #159973. Grayscale: #919191. Windows color (decimal): -1415540 or 9201386. OLE color: 9201386.
HSL color Cylindrical-coordinate representation of color #EA668C: hue angle of 342.73º 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 #EA668C is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 140 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.08 |
| HSL | 342.73º | 0.76% | 0.66% | - |
| HSV(B) | 342.73º | 0.56% | 0.92% | - |
| XYZ | 43.42 | 28.89 | 28.1 | - |
| YUV | 145.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 140 | 0 | 0.56 | 0.40 | 0.08 | 342.73 | 0.76 | 0.66 |
| Hex | EA | 66 | 8C | 0 | 38 | 28 | 8 | 157 | 4C | 42 |
| Octal | 352 | 146 | 214 | 0 | 70 | 50 | 10 | 527 | 114 | 102 |
| Binary | 11101010 | 1100110 | 10001100 | 0 | 111000 | 101000 | 1000 | 101010111 | 1001100 | 1000010 |
Color Harmonies of #EA668C
Complementary color
Monochromatic Colors of #EA668C
Black with #EA668C
Text Example
Text Example
White with #EA668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA668C; }
p { color: rgb(234,102,140); }
H1.HeaderClassName
{
color: #EA668C;
}
.AnyTagClassName
{
color: #EA668C;
}
</style>
background-color css
<style>
a { background-color: #EA668C; }
a { background-color: rgb(234,102,140); }
div.DivClassName
{
background-color: #EA668C;
}
.BgClassName
{
background-color: #EA668C;
}
</style>
border-color css
<style>
span { border-color: #EA668C; }
span { border-color: rgb(234,102,140); }
td.TdClassName
{
border-color: #EA668C;
}
.TagClassName
{
border-color: #EA668C;
}
</style>