Shades of Sweet Pink #EA918A
Tints of Sweet Pink #EA918A
RGB
CMYK
RGB Variations
Color information
#EA918A (or 0xEA918A) is known color: Sweet Pink. HEX triplet: EA, 91 and 8A. RGB value is (234,145,138). Sum of RGB (Red+Green+Blue) = 234+145+138=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA918A is #156E75. Grayscale: #AAAAAA. Windows color (decimal): -1404534 or 9081322. OLE color: 9081322.
HSL color Cylindrical-coordinate representation of color #EA918A: hue angle of 4.38º 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 #EA918A is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 138 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.08 |
| HSL | 4.38º | 0.7% | 0.73% | - |
| HSV(B) | 4.38º | 0.41% | 0.92% | - |
| XYZ | 48.64 | 39.58 | 29.12 | - |
| YUV | 170.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 138 | 0 | 0.38 | 0.41 | 0.08 | 4.38 | 0.7 | 0.73 |
| Hex | EA | 91 | 8A | 0 | 26 | 29 | 8 | 4 | 46 | 49 |
| Octal | 352 | 221 | 212 | 0 | 46 | 51 | 10 | 4 | 106 | 111 |
| Binary | 11101010 | 10010001 | 10001010 | 0 | 100110 | 101001 | 1000 | 100 | 1000110 | 1001001 |
Color Harmonies of #EA918A
Complementary color
Monochromatic Colors of #EA918A
Black with #EA918A
Text Example
Text Example
White with #EA918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA918A; }
p { color: rgb(234,145,138); }
H1.HeaderClassName
{
color: #EA918A;
}
.AnyTagClassName
{
color: #EA918A;
}
</style>
background-color css
<style>
a { background-color: #EA918A; }
a { background-color: rgb(234,145,138); }
div.DivClassName
{
background-color: #EA918A;
}
.BgClassName
{
background-color: #EA918A;
}
</style>
border-color css
<style>
span { border-color: #EA918A; }
span { border-color: rgb(234,145,138); }
td.TdClassName
{
border-color: #EA918A;
}
.TagClassName
{
border-color: #EA918A;
}
</style>