Shades of Sweet Pink #EA948A
Tints of Sweet Pink #EA948A
RGB
CMYK
RGB Variations
Color information
#EA948A (or 0xEA948A) is known color: Sweet Pink. HEX triplet: EA, 94 and 8A. RGB value is (234,148,138). Sum of RGB (Red+Green+Blue) = 234+148+138=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA948A is #156B75. Grayscale: #ACACAC. Windows color (decimal): -1403766 or 9082090. OLE color: 9082090.
HSL color Cylindrical-coordinate representation of color #EA948A: hue angle of 6.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA948A is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 138 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.08 |
| HSL | 6.25º | 0.7% | 0.73% | - |
| HSV(B) | 6.25º | 0.41% | 0.92% | - |
| XYZ | 49.11 | 40.51 | 29.28 | - |
| YUV | 172.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 138 | 0 | 0.37 | 0.41 | 0.08 | 6.25 | 0.7 | 0.73 |
| Hex | EA | 94 | 8A | 0 | 25 | 29 | 8 | 6 | 46 | 49 |
| Octal | 352 | 224 | 212 | 0 | 45 | 51 | 10 | 6 | 106 | 111 |
| Binary | 11101010 | 10010100 | 10001010 | 0 | 100101 | 101001 | 1000 | 110 | 1000110 | 1001001 |
Color Harmonies of #EA948A
Complementary color
Monochromatic Colors of #EA948A
Black with #EA948A
Text Example
Text Example
White with #EA948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA948A; }
p { color: rgb(234,148,138); }
H1.HeaderClassName
{
color: #EA948A;
}
.AnyTagClassName
{
color: #EA948A;
}
</style>
background-color css
<style>
a { background-color: #EA948A; }
a { background-color: rgb(234,148,138); }
div.DivClassName
{
background-color: #EA948A;
}
.BgClassName
{
background-color: #EA948A;
}
</style>
border-color css
<style>
span { border-color: #EA948A; }
span { border-color: rgb(234,148,138); }
td.TdClassName
{
border-color: #EA948A;
}
.TagClassName
{
border-color: #EA948A;
}
</style>