Shades of Sweet Pink #EA978D
Tints of Sweet Pink #EA978D
RGB
CMYK
RGB Variations
Color information
#EA978D (or 0xEA978D) is known color: Sweet Pink. HEX triplet: EA, 97 and 8D. RGB value is (234,151,141). Sum of RGB (Red+Green+Blue) = 234+151+141=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA978D is #156872. Grayscale: #AEAEAE. Windows color (decimal): -1402995 or 9279466. OLE color: 9279466.
HSL color Cylindrical-coordinate representation of color #EA978D: hue angle of 6.45º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA978D is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 141 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.08 |
| HSL | 6.45º | 0.69% | 0.74% | - |
| HSV(B) | 6.45º | 0.4% | 0.92% | - |
| XYZ | 49.81 | 41.55 | 30.59 | - |
| YUV | 174.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 141 | 0 | 0.35 | 0.40 | 0.08 | 6.45 | 0.69 | 0.74 |
| Hex | EA | 97 | 8D | 0 | 23 | 28 | 8 | 6 | 45 | 4A |
| Octal | 352 | 227 | 215 | 0 | 43 | 50 | 10 | 6 | 105 | 112 |
| Binary | 11101010 | 10010111 | 10001101 | 0 | 100011 | 101000 | 1000 | 110 | 1000101 | 1001010 |
Color Harmonies of #EA978D
Complementary color
Monochromatic Colors of #EA978D
Black with #EA978D
Text Example
Text Example
White with #EA978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA978D; }
p { color: rgb(234,151,141); }
H1.HeaderClassName
{
color: #EA978D;
}
.AnyTagClassName
{
color: #EA978D;
}
</style>
background-color css
<style>
a { background-color: #EA978D; }
a { background-color: rgb(234,151,141); }
div.DivClassName
{
background-color: #EA978D;
}
.BgClassName
{
background-color: #EA978D;
}
</style>
border-color css
<style>
span { border-color: #EA978D; }
span { border-color: rgb(234,151,141); }
td.TdClassName
{
border-color: #EA978D;
}
.TagClassName
{
border-color: #EA978D;
}
</style>