Shades of Sweet Pink #ED968E
Tints of Sweet Pink #ED968E
RGB
CMYK
RGB Variations
Color information
#ED968E (or 0xED968E) is known color: Sweet Pink. HEX triplet: ED, 96 and 8E. RGB value is (237,150,142). Sum of RGB (Red+Green+Blue) = 237+150+142=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED968E is #126971. Grayscale: #AFAFAF. Windows color (decimal): -1206642 or 9344749. OLE color: 9344749.
HSL color Cylindrical-coordinate representation of color #ED968E: hue angle of 5.05º degrees, saturation: 0.73, 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 #ED968E is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 142 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.07 |
| HSL | 5.05º | 0.73% | 0.74% | - |
| HSV(B) | 5.05º | 0.4% | 0.93% | - |
| XYZ | 50.71 | 41.77 | 30.98 | - |
| YUV | 175.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 142 | 0 | 0.37 | 0.40 | 0.07 | 5.05 | 0.73 | 0.74 |
| Hex | ED | 96 | 8E | 0 | 25 | 28 | 7 | 5 | 49 | 4A |
| Octal | 355 | 226 | 216 | 0 | 45 | 50 | 7 | 5 | 111 | 112 |
| Binary | 11101101 | 10010110 | 10001110 | 0 | 100101 | 101000 | 111 | 101 | 1001001 | 1001010 |
Color Harmonies of #ED968E
Complementary color
Monochromatic Colors of #ED968E
Black with #ED968E
Text Example
Text Example
White with #ED968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED968E; }
p { color: rgb(237,150,142); }
H1.HeaderClassName
{
color: #ED968E;
}
.AnyTagClassName
{
color: #ED968E;
}
</style>
background-color css
<style>
a { background-color: #ED968E; }
a { background-color: rgb(237,150,142); }
div.DivClassName
{
background-color: #ED968E;
}
.BgClassName
{
background-color: #ED968E;
}
</style>
border-color css
<style>
span { border-color: #ED968E; }
span { border-color: rgb(237,150,142); }
td.TdClassName
{
border-color: #ED968E;
}
.TagClassName
{
border-color: #ED968E;
}
</style>