Shades of Sweet Pink #ED9694
Tints of Sweet Pink #ED9694
RGB
CMYK
RGB Variations
Color information
#ED9694 (or 0xED9694) is known color: Sweet Pink. HEX triplet: ED, 96 and 94. RGB value is (237,150,148). Sum of RGB (Red+Green+Blue) = 237+150+148=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9694 is #12696B. Grayscale: #AFAFAF. Windows color (decimal): -1206636 or 9737965. OLE color: 9737965.
HSL color Cylindrical-coordinate representation of color #ED9694: hue angle of 1.35º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9694 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 148 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.07 |
| HSL | 1.35º | 0.71% | 0.75% | - |
| HSV(B) | 1.35º | 0.38% | 0.93% | - |
| XYZ | 51.18 | 41.96 | 33.42 | - |
| YUV | 175.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 148 | 0 | 0.37 | 0.38 | 0.07 | 1.35 | 0.71 | 0.75 |
| Hex | ED | 96 | 94 | 0 | 25 | 26 | 7 | 1 | 47 | 4B |
| Octal | 355 | 226 | 224 | 0 | 45 | 46 | 7 | 1 | 107 | 113 |
| Binary | 11101101 | 10010110 | 10010100 | 0 | 100101 | 100110 | 111 | 1 | 1000111 | 1001011 |
Color Harmonies of #ED9694
Complementary color
Monochromatic Colors of #ED9694
Black with #ED9694
Text Example
Text Example
White with #ED9694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9694; }
p { color: rgb(237,150,148); }
H1.HeaderClassName
{
color: #ED9694;
}
.AnyTagClassName
{
color: #ED9694;
}
</style>
background-color css
<style>
a { background-color: #ED9694; }
a { background-color: rgb(237,150,148); }
div.DivClassName
{
background-color: #ED9694;
}
.BgClassName
{
background-color: #ED9694;
}
</style>
border-color css
<style>
span { border-color: #ED9694; }
span { border-color: rgb(237,150,148); }
td.TdClassName
{
border-color: #ED9694;
}
.TagClassName
{
border-color: #ED9694;
}
</style>