Shades of Sweet Pink #ED928F
Tints of Sweet Pink #ED928F
RGB
CMYK
RGB Variations
Color information
#ED928F (or 0xED928F) is known color: Sweet Pink. HEX triplet: ED, 92 and 8F. RGB value is (237,146,143). Sum of RGB (Red+Green+Blue) = 237+146+143=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED928F is #126D70. Grayscale: #ACACAC. Windows color (decimal): -1207665 or 9409261. OLE color: 9409261.
HSL color Cylindrical-coordinate representation of color #ED928F: hue angle of 1.91º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED928F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 143 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.07 |
| HSL | 1.91º | 0.72% | 0.75% | - |
| HSV(B) | 1.91º | 0.4% | 0.93% | - |
| XYZ | 50.16 | 40.55 | 31.17 | - |
| YUV | 172.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 143 | 0 | 0.38 | 0.40 | 0.07 | 1.91 | 0.72 | 0.75 |
| Hex | ED | 92 | 8F | 0 | 26 | 28 | 7 | 2 | 48 | 4B |
| Octal | 355 | 222 | 217 | 0 | 46 | 50 | 7 | 2 | 110 | 113 |
| Binary | 11101101 | 10010010 | 10001111 | 0 | 100110 | 101000 | 111 | 10 | 1001000 | 1001011 |
Color Harmonies of #ED928F
Complementary color
Monochromatic Colors of #ED928F
Black with #ED928F
Text Example
Text Example
White with #ED928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED928F; }
p { color: rgb(237,146,143); }
H1.HeaderClassName
{
color: #ED928F;
}
.AnyTagClassName
{
color: #ED928F;
}
</style>
background-color css
<style>
a { background-color: #ED928F; }
a { background-color: rgb(237,146,143); }
div.DivClassName
{
background-color: #ED928F;
}
.BgClassName
{
background-color: #ED928F;
}
</style>
border-color css
<style>
span { border-color: #ED928F; }
span { border-color: rgb(237,146,143); }
td.TdClassName
{
border-color: #ED928F;
}
.TagClassName
{
border-color: #ED928F;
}
</style>