Shades of Sweet Pink #EC938A
Tints of Sweet Pink #EC938A
RGB
CMYK
RGB Variations
Color information
#EC938A (or 0xEC938A) is known color: Sweet Pink. HEX triplet: EC, 93 and 8A. RGB value is (236,147,138). Sum of RGB (Red+Green+Blue) = 236+147+138=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC938A is #136C75. Grayscale: #ACACAC. Windows color (decimal): -1272950 or 9081836. OLE color: 9081836.
HSL color Cylindrical-coordinate representation of color #EC938A: hue angle of 5.51º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC938A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 138 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.07 |
| HSL | 5.51º | 0.72% | 0.73% | - |
| HSV(B) | 5.51º | 0.42% | 0.93% | - |
| XYZ | 49.61 | 40.54 | 29.25 | - |
| YUV | 172.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 138 | 0 | 0.38 | 0.42 | 0.07 | 5.51 | 0.72 | 0.73 |
| Hex | EC | 93 | 8A | 0 | 26 | 2A | 7 | 6 | 48 | 49 |
| Octal | 354 | 223 | 212 | 0 | 46 | 52 | 7 | 6 | 110 | 111 |
| Binary | 11101100 | 10010011 | 10001010 | 0 | 100110 | 101010 | 111 | 110 | 1001000 | 1001001 |
Color Harmonies of #EC938A
Complementary color
Monochromatic Colors of #EC938A
Black with #EC938A
Text Example
Text Example
White with #EC938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC938A; }
p { color: rgb(236,147,138); }
H1.HeaderClassName
{
color: #EC938A;
}
.AnyTagClassName
{
color: #EC938A;
}
</style>
background-color css
<style>
a { background-color: #EC938A; }
a { background-color: rgb(236,147,138); }
div.DivClassName
{
background-color: #EC938A;
}
.BgClassName
{
background-color: #EC938A;
}
</style>
border-color css
<style>
span { border-color: #EC938A; }
span { border-color: rgb(236,147,138); }
td.TdClassName
{
border-color: #EC938A;
}
.TagClassName
{
border-color: #EC938A;
}
</style>