Shades of Sweet Pink #EC968E
Tints of Sweet Pink #EC968E
RGB
CMYK
RGB Variations
Color information
#EC968E (or 0xEC968E) is known color: Sweet Pink. HEX triplet: EC, 96 and 8E. RGB value is (236,150,142). Sum of RGB (Red+Green+Blue) = 236+150+142=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC968E is #136971. Grayscale: #AEAEAE. Windows color (decimal): -1272178 or 9344748. OLE color: 9344748.
HSL color Cylindrical-coordinate representation of color #EC968E: hue angle of 5.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC968E is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 142 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.07 |
| HSL | 5.11º | 0.71% | 0.74% | - |
| HSV(B) | 5.11º | 0.4% | 0.93% | - |
| XYZ | 50.38 | 41.6 | 30.97 | - |
| YUV | 174.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 142 | 0 | 0.36 | 0.40 | 0.07 | 5.11 | 0.71 | 0.74 |
| Hex | EC | 96 | 8E | 0 | 24 | 28 | 7 | 5 | 47 | 4A |
| Octal | 354 | 226 | 216 | 0 | 44 | 50 | 7 | 5 | 107 | 112 |
| Binary | 11101100 | 10010110 | 10001110 | 0 | 100100 | 101000 | 111 | 101 | 1000111 | 1001010 |
Color Harmonies of #EC968E
Complementary color
Monochromatic Colors of #EC968E
Black with #EC968E
Text Example
Text Example
White with #EC968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC968E; }
p { color: rgb(236,150,142); }
H1.HeaderClassName
{
color: #EC968E;
}
.AnyTagClassName
{
color: #EC968E;
}
</style>
background-color css
<style>
a { background-color: #EC968E; }
a { background-color: rgb(236,150,142); }
div.DivClassName
{
background-color: #EC968E;
}
.BgClassName
{
background-color: #EC968E;
}
</style>
border-color css
<style>
span { border-color: #EC968E; }
span { border-color: rgb(236,150,142); }
td.TdClassName
{
border-color: #EC968E;
}
.TagClassName
{
border-color: #EC968E;
}
</style>