Shades of Sweet Pink #ED9B90
Tints of Sweet Pink #ED9B90
RGB
CMYK
RGB Variations
Color information
#ED9B90 (or 0xED9B90) is known color: Sweet Pink. HEX triplet: ED, 9B and 90. RGB value is (237,155,144). Sum of RGB (Red+Green+Blue) = 237+155+144=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B90 is #12646F. Grayscale: #B2B2B2. Windows color (decimal): -1205360 or 9477101. OLE color: 9477101.
HSL color Cylindrical-coordinate representation of color #ED9B90: hue angle of 7.1º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED9B90 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 144 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.07 |
| HSL | 7.1º | 0.72% | 0.75% | - |
| HSV(B) | 7.1º | 0.39% | 0.93% | - |
| XYZ | 51.68 | 43.46 | 32.05 | - |
| YUV | 178.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 144 | 0 | 0.35 | 0.39 | 0.07 | 7.1 | 0.72 | 0.75 |
| Hex | ED | 9B | 90 | 0 | 23 | 27 | 7 | 7 | 48 | 4B |
| Octal | 355 | 233 | 220 | 0 | 43 | 47 | 7 | 7 | 110 | 113 |
| Binary | 11101101 | 10011011 | 10010000 | 0 | 100011 | 100111 | 111 | 111 | 1001000 | 1001011 |
Color Harmonies of #ED9B90
Complementary color
Monochromatic Colors of #ED9B90
Black with #ED9B90
Text Example
Text Example
White with #ED9B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9B90; }
p { color: rgb(237,155,144); }
H1.HeaderClassName
{
color: #ED9B90;
}
.AnyTagClassName
{
color: #ED9B90;
}
</style>
background-color css
<style>
a { background-color: #ED9B90; }
a { background-color: rgb(237,155,144); }
div.DivClassName
{
background-color: #ED9B90;
}
.BgClassName
{
background-color: #ED9B90;
}
</style>
border-color css
<style>
span { border-color: #ED9B90; }
span { border-color: rgb(237,155,144); }
td.TdClassName
{
border-color: #ED9B90;
}
.TagClassName
{
border-color: #ED9B90;
}
</style>