Shades of Sweet Pink #ED9996
Tints of Sweet Pink #ED9996
RGB
CMYK
RGB Variations
Color information
#ED9996 (or 0xED9996) is known color: Sweet Pink. HEX triplet: ED, 99 and 96. RGB value is (237,153,150). Sum of RGB (Red+Green+Blue) = 237+153+150=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9996 is #126669. Grayscale: #B1B1B1. Windows color (decimal): -1205866 or 9869805. OLE color: 9869805.
HSL color Cylindrical-coordinate representation of color #ED9996: hue angle of 2.07º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED9996 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 150 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.07 |
| HSL | 2.07º | 0.71% | 0.76% | - |
| HSV(B) | 2.07º | 0.37% | 0.93% | - |
| XYZ | 51.82 | 42.99 | 34.42 | - |
| YUV | 177.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 150 | 0 | 0.35 | 0.37 | 0.07 | 2.07 | 0.71 | 0.76 |
| Hex | ED | 99 | 96 | 0 | 23 | 25 | 7 | 2 | 47 | 4C |
| Octal | 355 | 231 | 226 | 0 | 43 | 45 | 7 | 2 | 107 | 114 |
| Binary | 11101101 | 10011001 | 10010110 | 0 | 100011 | 100101 | 111 | 10 | 1000111 | 1001100 |
Color Harmonies of #ED9996
Complementary color
Monochromatic Colors of #ED9996
Black with #ED9996
Text Example
Text Example
White with #ED9996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9996; }
p { color: rgb(237,153,150); }
H1.HeaderClassName
{
color: #ED9996;
}
.AnyTagClassName
{
color: #ED9996;
}
</style>
background-color css
<style>
a { background-color: #ED9996; }
a { background-color: rgb(237,153,150); }
div.DivClassName
{
background-color: #ED9996;
}
.BgClassName
{
background-color: #ED9996;
}
</style>
border-color css
<style>
span { border-color: #ED9996; }
span { border-color: rgb(237,153,150); }
td.TdClassName
{
border-color: #ED9996;
}
.TagClassName
{
border-color: #ED9996;
}
</style>