Shades of Sweet Pink #EA978F
Tints of Sweet Pink #EA978F
RGB
CMYK
RGB Variations
Color information
#EA978F (or 0xEA978F) is known color: Sweet Pink. HEX triplet: EA, 97 and 8F. RGB value is (234,151,143). Sum of RGB (Red+Green+Blue) = 234+151+143=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA978F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA978F is #156870. Grayscale: #AFAFAF. Windows color (decimal): -1402993 or 9410538. OLE color: 9410538.
HSL color Cylindrical-coordinate representation of color #EA978F: hue angle of 5.27º degrees, saturation: 0.68, 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 #EA978F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 143 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.08 |
| HSL | 5.27º | 0.68% | 0.74% | - |
| HSV(B) | 5.27º | 0.39% | 0.92% | - |
| XYZ | 49.96 | 41.61 | 31.38 | - |
| YUV | 174.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 143 | 0 | 0.35 | 0.39 | 0.08 | 5.27 | 0.68 | 0.74 |
| Hex | EA | 97 | 8F | 0 | 23 | 27 | 8 | 5 | 44 | 4A |
| Octal | 352 | 227 | 217 | 0 | 43 | 47 | 10 | 5 | 104 | 112 |
| Binary | 11101010 | 10010111 | 10001111 | 0 | 100011 | 100111 | 1000 | 101 | 1000100 | 1001010 |
Color Harmonies of #EA978F
Complementary color
Monochromatic Colors of #EA978F
Black with #EA978F
Text Example
Text Example
White with #EA978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA978F; }
p { color: rgb(234,151,143); }
H1.HeaderClassName
{
color: #EA978F;
}
.AnyTagClassName
{
color: #EA978F;
}
</style>
background-color css
<style>
a { background-color: #EA978F; }
a { background-color: rgb(234,151,143); }
div.DivClassName
{
background-color: #EA978F;
}
.BgClassName
{
background-color: #EA978F;
}
</style>
border-color css
<style>
span { border-color: #EA978F; }
span { border-color: rgb(234,151,143); }
td.TdClassName
{
border-color: #EA978F;
}
.TagClassName
{
border-color: #EA978F;
}
</style>