Shades of Sweet Pink #EA8F82
Tints of Sweet Pink #EA8F82
RGB
CMYK
RGB Variations
Color information
#EA8F82 (or 0xEA8F82) is known color: Sweet Pink. HEX triplet: EA, 8F and 82. RGB value is (234,143,130). Sum of RGB (Red+Green+Blue) = 234+143+130=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F82 is #15707D. Grayscale: #A8A8A8. Windows color (decimal): -1405054 or 8556522. OLE color: 8556522.
HSL color Cylindrical-coordinate representation of color #EA8F82: hue angle of 7.5º 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 #EA8F82 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 130 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.08 |
| HSL | 7.5º | 0.71% | 0.71% | - |
| HSV(B) | 7.5º | 0.44% | 0.92% | - |
| XYZ | 47.78 | 38.75 | 26.08 | - |
| YUV | 168.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 130 | 0 | 0.39 | 0.44 | 0.08 | 7.5 | 0.71 | 0.71 |
| Hex | EA | 8F | 82 | 0 | 27 | 2C | 8 | 8 | 47 | 47 |
| Octal | 352 | 217 | 202 | 0 | 47 | 54 | 10 | 10 | 107 | 107 |
| Binary | 11101010 | 10001111 | 10000010 | 0 | 100111 | 101100 | 1000 | 1000 | 1000111 | 1000111 |
Color Harmonies of #EA8F82
Complementary color
Monochromatic Colors of #EA8F82
Black with #EA8F82
Text Example
Text Example
White with #EA8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F82; }
p { color: rgb(234,143,130); }
H1.HeaderClassName
{
color: #EA8F82;
}
.AnyTagClassName
{
color: #EA8F82;
}
</style>
background-color css
<style>
a { background-color: #EA8F82; }
a { background-color: rgb(234,143,130); }
div.DivClassName
{
background-color: #EA8F82;
}
.BgClassName
{
background-color: #EA8F82;
}
</style>
border-color css
<style>
span { border-color: #EA8F82; }
span { border-color: rgb(234,143,130); }
td.TdClassName
{
border-color: #EA8F82;
}
.TagClassName
{
border-color: #EA8F82;
}
</style>