Shades of Sweet Pink #ED9B95
Tints of Sweet Pink #ED9B95
RGB
CMYK
RGB Variations
Color information
#ED9B95 (or 0xED9B95) is known color: Sweet Pink. HEX triplet: ED, 9B and 95. RGB value is (237,155,149). Sum of RGB (Red+Green+Blue) = 237+155+149=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B95 is #12646A. Grayscale: #B2B2B2. Windows color (decimal): -1205355 or 9804781. OLE color: 9804781.
HSL color Cylindrical-coordinate representation of color #ED9B95: hue angle of 4.09º 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 #ED9B95 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 149 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.07 |
| HSL | 4.09º | 0.71% | 0.76% | - |
| HSV(B) | 4.09º | 0.37% | 0.93% | - |
| XYZ | 52.07 | 43.62 | 34.11 | - |
| YUV | 178.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 149 | 0 | 0.35 | 0.37 | 0.07 | 4.09 | 0.71 | 0.76 |
| Hex | ED | 9B | 95 | 0 | 23 | 25 | 7 | 4 | 47 | 4C |
| Octal | 355 | 233 | 225 | 0 | 43 | 45 | 7 | 4 | 107 | 114 |
| Binary | 11101101 | 10011011 | 10010101 | 0 | 100011 | 100101 | 111 | 100 | 1000111 | 1001100 |
Color Harmonies of #ED9B95
Complementary color
Monochromatic Colors of #ED9B95
Black with #ED9B95
Text Example
Text Example
White with #ED9B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9B95; }
p { color: rgb(237,155,149); }
H1.HeaderClassName
{
color: #ED9B95;
}
.AnyTagClassName
{
color: #ED9B95;
}
</style>
background-color css
<style>
a { background-color: #ED9B95; }
a { background-color: rgb(237,155,149); }
div.DivClassName
{
background-color: #ED9B95;
}
.BgClassName
{
background-color: #ED9B95;
}
</style>
border-color css
<style>
span { border-color: #ED9B95; }
span { border-color: rgb(237,155,149); }
td.TdClassName
{
border-color: #ED9B95;
}
.TagClassName
{
border-color: #ED9B95;
}
</style>