Shades of Sweet Pink #ED9E9A
Tints of Sweet Pink #ED9E9A
RGB
CMYK
RGB Variations
Color information
#ED9E9A (or 0xED9E9A) is known color: Sweet Pink. HEX triplet: ED, 9E and 9A. RGB value is (237,158,154). Sum of RGB (Red+Green+Blue) = 237+158+154=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E9A is #126165. Grayscale: #B5B5B5. Windows color (decimal): -1204582 or 10133229. OLE color: 10133229.
HSL color Cylindrical-coordinate representation of color #ED9E9A: hue angle of 2.89º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9E9A is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 154 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.07 |
| HSL | 2.89º | 0.7% | 0.77% | - |
| HSV(B) | 2.89º | 0.35% | 0.93% | - |
| XYZ | 52.98 | 44.79 | 36.42 | - |
| YUV | 181.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 154 | 0 | 0.33 | 0.35 | 0.07 | 2.89 | 0.7 | 0.77 |
| Hex | ED | 9E | 9A | 0 | 21 | 23 | 7 | 3 | 46 | 4D |
| Octal | 355 | 236 | 232 | 0 | 41 | 43 | 7 | 3 | 106 | 115 |
| Binary | 11101101 | 10011110 | 10011010 | 0 | 100001 | 100011 | 111 | 11 | 1000110 | 1001101 |
Color Harmonies of #ED9E9A
Complementary color
Monochromatic Colors of #ED9E9A
Black with #ED9E9A
Text Example
Text Example
White with #ED9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E9A; }
p { color: rgb(237,158,154); }
H1.HeaderClassName
{
color: #ED9E9A;
}
.AnyTagClassName
{
color: #ED9E9A;
}
</style>
background-color css
<style>
a { background-color: #ED9E9A; }
a { background-color: rgb(237,158,154); }
div.DivClassName
{
background-color: #ED9E9A;
}
.BgClassName
{
background-color: #ED9E9A;
}
</style>
border-color css
<style>
span { border-color: #ED9E9A; }
span { border-color: rgb(237,158,154); }
td.TdClassName
{
border-color: #ED9E9A;
}
.TagClassName
{
border-color: #ED9E9A;
}
</style>