Shades of Sweet Pink #EA8B85
Tints of Sweet Pink #EA8B85
RGB
CMYK
RGB Variations
Color information
#EA8B85 (or 0xEA8B85) is known color: Sweet Pink. HEX triplet: EA, 8B and 85. RGB value is (234,139,133). Sum of RGB (Red+Green+Blue) = 234+139+133=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8B85 is #15747A. Grayscale: #A6A6A6. Windows color (decimal): -1406075 or 8752106. OLE color: 8752106.
HSL color Cylindrical-coordinate representation of color #EA8B85: hue angle of 3.56º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA8B85 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 133 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.08 |
| HSL | 3.56º | 0.71% | 0.72% | - |
| HSV(B) | 3.56º | 0.43% | 0.92% | - |
| XYZ | 47.4 | 37.65 | 26.96 | - |
| YUV | 166.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 133 | 0 | 0.41 | 0.43 | 0.08 | 3.56 | 0.71 | 0.72 |
| Hex | EA | 8B | 85 | 0 | 29 | 2B | 8 | 4 | 47 | 48 |
| Octal | 352 | 213 | 205 | 0 | 51 | 53 | 10 | 4 | 107 | 110 |
| Binary | 11101010 | 10001011 | 10000101 | 0 | 101001 | 101011 | 1000 | 100 | 1000111 | 1001000 |
Color Harmonies of #EA8B85
Complementary color
Monochromatic Colors of #EA8B85
Black with #EA8B85
Text Example
Text Example
White with #EA8B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B85; }
p { color: rgb(234,139,133); }
H1.HeaderClassName
{
color: #EA8B85;
}
.AnyTagClassName
{
color: #EA8B85;
}
</style>
background-color css
<style>
a { background-color: #EA8B85; }
a { background-color: rgb(234,139,133); }
div.DivClassName
{
background-color: #EA8B85;
}
.BgClassName
{
background-color: #EA8B85;
}
</style>
border-color css
<style>
span { border-color: #EA8B85; }
span { border-color: rgb(234,139,133); }
td.TdClassName
{
border-color: #EA8B85;
}
.TagClassName
{
border-color: #EA8B85;
}
</style>