Shades of Sweet Pink #EA978E
Tints of Sweet Pink #EA978E
RGB
CMYK
RGB Variations
Color information
#EA978E (or 0xEA978E) is known color: Sweet Pink. HEX triplet: EA, 97 and 8E. RGB value is (234,151,142). Sum of RGB (Red+Green+Blue) = 234+151+142=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA978E is #156871. Grayscale: #AEAEAE. Windows color (decimal): -1402994 or 9345002. OLE color: 9345002.
HSL color Cylindrical-coordinate representation of color #EA978E: hue angle of 5.87º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA978E is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 142 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.08 |
| HSL | 5.87º | 0.69% | 0.74% | - |
| HSV(B) | 5.87º | 0.39% | 0.92% | - |
| XYZ | 49.88 | 41.58 | 30.99 | - |
| YUV | 174.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 142 | 0 | 0.35 | 0.39 | 0.08 | 5.87 | 0.69 | 0.74 |
| Hex | EA | 97 | 8E | 0 | 23 | 27 | 8 | 6 | 45 | 4A |
| Octal | 352 | 227 | 216 | 0 | 43 | 47 | 10 | 6 | 105 | 112 |
| Binary | 11101010 | 10010111 | 10001110 | 0 | 100011 | 100111 | 1000 | 110 | 1000101 | 1001010 |
Color Harmonies of #EA978E
Complementary color
Monochromatic Colors of #EA978E
Black with #EA978E
Text Example
Text Example
White with #EA978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA978E; }
p { color: rgb(234,151,142); }
H1.HeaderClassName
{
color: #EA978E;
}
.AnyTagClassName
{
color: #EA978E;
}
</style>
background-color css
<style>
a { background-color: #EA978E; }
a { background-color: rgb(234,151,142); }
div.DivClassName
{
background-color: #EA978E;
}
.BgClassName
{
background-color: #EA978E;
}
</style>
border-color css
<style>
span { border-color: #EA978E; }
span { border-color: rgb(234,151,142); }
td.TdClassName
{
border-color: #EA978E;
}
.TagClassName
{
border-color: #EA978E;
}
</style>