Shades of Sweet Pink #ED968C
Tints of Sweet Pink #ED968C
RGB
CMYK
RGB Variations
Color information
#ED968C (or 0xED968C) is known color: Sweet Pink. HEX triplet: ED, 96 and 8C. RGB value is (237,150,140). Sum of RGB (Red+Green+Blue) = 237+150+140=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED968C is #126973. Grayscale: #AFAFAF. Windows color (decimal): -1206644 or 9213677. OLE color: 9213677.
HSL color Cylindrical-coordinate representation of color #ED968C: hue angle of 6.19º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED968C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 140 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.07 |
| HSL | 6.19º | 0.73% | 0.74% | - |
| HSV(B) | 6.19º | 0.41% | 0.93% | - |
| XYZ | 50.57 | 41.71 | 30.2 | - |
| YUV | 174.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 140 | 0 | 0.37 | 0.41 | 0.07 | 6.19 | 0.73 | 0.74 |
| Hex | ED | 96 | 8C | 0 | 25 | 29 | 7 | 6 | 49 | 4A |
| Octal | 355 | 226 | 214 | 0 | 45 | 51 | 7 | 6 | 111 | 112 |
| Binary | 11101101 | 10010110 | 10001100 | 0 | 100101 | 101001 | 111 | 110 | 1001001 | 1001010 |
Color Harmonies of #ED968C
Complementary color
Monochromatic Colors of #ED968C
Black with #ED968C
Text Example
Text Example
White with #ED968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED968C; }
p { color: rgb(237,150,140); }
H1.HeaderClassName
{
color: #ED968C;
}
.AnyTagClassName
{
color: #ED968C;
}
</style>
background-color css
<style>
a { background-color: #ED968C; }
a { background-color: rgb(237,150,140); }
div.DivClassName
{
background-color: #ED968C;
}
.BgClassName
{
background-color: #ED968C;
}
</style>
border-color css
<style>
span { border-color: #ED968C; }
span { border-color: rgb(237,150,140); }
td.TdClassName
{
border-color: #ED968C;
}
.TagClassName
{
border-color: #ED968C;
}
</style>