Shades of Sweet Pink #ED968F
Tints of Sweet Pink #ED968F
RGB
CMYK
RGB Variations
Color information
#ED968F (or 0xED968F) is known color: Sweet Pink. HEX triplet: ED, 96 and 8F. RGB value is (237,150,143). Sum of RGB (Red+Green+Blue) = 237+150+143=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED968F is #126970. Grayscale: #AFAFAF. Windows color (decimal): -1206641 or 9410285. OLE color: 9410285.
HSL color Cylindrical-coordinate representation of color #ED968F: hue angle of 4.47º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED968F is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 143 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.07 |
| HSL | 4.47º | 0.72% | 0.75% | - |
| HSV(B) | 4.47º | 0.4% | 0.93% | - |
| XYZ | 50.79 | 41.8 | 31.38 | - |
| YUV | 175.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 143 | 0 | 0.37 | 0.40 | 0.07 | 4.47 | 0.72 | 0.75 |
| Hex | ED | 96 | 8F | 0 | 25 | 28 | 7 | 4 | 48 | 4B |
| Octal | 355 | 226 | 217 | 0 | 45 | 50 | 7 | 4 | 110 | 113 |
| Binary | 11101101 | 10010110 | 10001111 | 0 | 100101 | 101000 | 111 | 100 | 1001000 | 1001011 |
Color Harmonies of #ED968F
Complementary color
Monochromatic Colors of #ED968F
Black with #ED968F
Text Example
Text Example
White with #ED968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED968F; }
p { color: rgb(237,150,143); }
H1.HeaderClassName
{
color: #ED968F;
}
.AnyTagClassName
{
color: #ED968F;
}
</style>
background-color css
<style>
a { background-color: #ED968F; }
a { background-color: rgb(237,150,143); }
div.DivClassName
{
background-color: #ED968F;
}
.BgClassName
{
background-color: #ED968F;
}
</style>
border-color css
<style>
span { border-color: #ED968F; }
span { border-color: rgb(237,150,143); }
td.TdClassName
{
border-color: #ED968F;
}
.TagClassName
{
border-color: #ED968F;
}
</style>