Shades of Sweet Pink #EC8A85
Tints of Sweet Pink #EC8A85
RGB
CMYK
RGB Variations
Color information
#EC8A85 (or 0xEC8A85) is known color: Sweet Pink. HEX triplet: EC, 8A and 85. RGB value is (236,138,133). Sum of RGB (Red+Green+Blue) = 236+138+133=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A85 is #13757A. Grayscale: #A6A6A6. Windows color (decimal): -1275259 or 8751852. OLE color: 8751852.
HSL color Cylindrical-coordinate representation of color #EC8A85: hue angle of 2.91º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8A85 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 133 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.07 |
| HSL | 2.91º | 0.73% | 0.72% | - |
| HSV(B) | 2.91º | 0.44% | 0.93% | - |
| XYZ | 47.91 | 37.7 | 26.94 | - |
| YUV | 166.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 133 | 0 | 0.42 | 0.44 | 0.07 | 2.91 | 0.73 | 0.72 |
| Hex | EC | 8A | 85 | 0 | 2A | 2C | 7 | 3 | 49 | 48 |
| Octal | 354 | 212 | 205 | 0 | 52 | 54 | 7 | 3 | 111 | 110 |
| Binary | 11101100 | 10001010 | 10000101 | 0 | 101010 | 101100 | 111 | 11 | 1001001 | 1001000 |
Color Harmonies of #EC8A85
Complementary color
Monochromatic Colors of #EC8A85
Black with #EC8A85
Text Example
Text Example
White with #EC8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A85; }
p { color: rgb(236,138,133); }
H1.HeaderClassName
{
color: #EC8A85;
}
.AnyTagClassName
{
color: #EC8A85;
}
</style>
background-color css
<style>
a { background-color: #EC8A85; }
a { background-color: rgb(236,138,133); }
div.DivClassName
{
background-color: #EC8A85;
}
.BgClassName
{
background-color: #EC8A85;
}
</style>
border-color css
<style>
span { border-color: #EC8A85; }
span { border-color: rgb(236,138,133); }
td.TdClassName
{
border-color: #EC8A85;
}
.TagClassName
{
border-color: #EC8A85;
}
</style>