Shades of Sweet Pink #ED928D
Tints of Sweet Pink #ED928D
RGB
CMYK
RGB Variations
Color information
#ED928D (or 0xED928D) is known color: Sweet Pink. HEX triplet: ED, 92 and 8D. RGB value is (237,146,141). Sum of RGB (Red+Green+Blue) = 237+146+141=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED928D is #126D72. Grayscale: #ACACAC. Windows color (decimal): -1207667 or 9278189. OLE color: 9278189.
HSL color Cylindrical-coordinate representation of color #ED928D: hue angle of 3.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED928D is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 141 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.07 |
| HSL | 3.13º | 0.73% | 0.74% | - |
| HSV(B) | 3.13º | 0.41% | 0.93% | - |
| XYZ | 50.01 | 40.49 | 30.38 | - |
| YUV | 172.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 141 | 0 | 0.38 | 0.41 | 0.07 | 3.13 | 0.73 | 0.74 |
| Hex | ED | 92 | 8D | 0 | 26 | 29 | 7 | 3 | 49 | 4A |
| Octal | 355 | 222 | 215 | 0 | 46 | 51 | 7 | 3 | 111 | 112 |
| Binary | 11101101 | 10010010 | 10001101 | 0 | 100110 | 101001 | 111 | 11 | 1001001 | 1001010 |
Color Harmonies of #ED928D
Complementary color
Monochromatic Colors of #ED928D
Black with #ED928D
Text Example
Text Example
White with #ED928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED928D; }
p { color: rgb(237,146,141); }
H1.HeaderClassName
{
color: #ED928D;
}
.AnyTagClassName
{
color: #ED928D;
}
</style>
background-color css
<style>
a { background-color: #ED928D; }
a { background-color: rgb(237,146,141); }
div.DivClassName
{
background-color: #ED928D;
}
.BgClassName
{
background-color: #ED928D;
}
</style>
border-color css
<style>
span { border-color: #ED928D; }
span { border-color: rgb(237,146,141); }
td.TdClassName
{
border-color: #ED928D;
}
.TagClassName
{
border-color: #ED928D;
}
</style>