Shades of Sweet Pink #EA8B82
Tints of Sweet Pink #EA8B82
RGB
CMYK
RGB Variations
Color information
#EA8B82 (or 0xEA8B82) is known color: Sweet Pink. HEX triplet: EA, 8B and 82. RGB value is (234,139,130). Sum of RGB (Red+Green+Blue) = 234+139+130=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B82 is #15747D. Grayscale: #A6A6A6. Windows color (decimal): -1406078 or 8555498. OLE color: 8555498.
HSL color Cylindrical-coordinate representation of color #EA8B82: hue angle of 5.19º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8B82 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 130 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.08 |
| HSL | 5.19º | 0.71% | 0.71% | - |
| HSV(B) | 5.19º | 0.44% | 0.92% | - |
| XYZ | 47.19 | 37.57 | 25.88 | - |
| YUV | 166.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 130 | 0 | 0.41 | 0.44 | 0.08 | 5.19 | 0.71 | 0.71 |
| Hex | EA | 8B | 82 | 0 | 29 | 2C | 8 | 5 | 47 | 47 |
| Octal | 352 | 213 | 202 | 0 | 51 | 54 | 10 | 5 | 107 | 107 |
| Binary | 11101010 | 10001011 | 10000010 | 0 | 101001 | 101100 | 1000 | 101 | 1000111 | 1000111 |
Color Harmonies of #EA8B82
Complementary color
Monochromatic Colors of #EA8B82
Black with #EA8B82
Text Example
Text Example
White with #EA8B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B82; }
p { color: rgb(234,139,130); }
H1.HeaderClassName
{
color: #EA8B82;
}
.AnyTagClassName
{
color: #EA8B82;
}
</style>
background-color css
<style>
a { background-color: #EA8B82; }
a { background-color: rgb(234,139,130); }
div.DivClassName
{
background-color: #EA8B82;
}
.BgClassName
{
background-color: #EA8B82;
}
</style>
border-color css
<style>
span { border-color: #EA8B82; }
span { border-color: rgb(234,139,130); }
td.TdClassName
{
border-color: #EA8B82;
}
.TagClassName
{
border-color: #EA8B82;
}
</style>