Shades of Sweet Pink #ED928E
Tints of Sweet Pink #ED928E
RGB
CMYK
RGB Variations
Color information
#ED928E (or 0xED928E) is known color: Sweet Pink. HEX triplet: ED, 92 and 8E. RGB value is (237,146,142). Sum of RGB (Red+Green+Blue) = 237+146+142=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED928E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED928E is #126D71. Grayscale: #ACACAC. Windows color (decimal): -1207666 or 9343725. OLE color: 9343725.
HSL color Cylindrical-coordinate representation of color #ED928E: hue angle of 2.53º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED928E is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 142 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.07 |
| HSL | 2.53º | 0.73% | 0.74% | - |
| HSV(B) | 2.53º | 0.4% | 0.93% | - |
| XYZ | 50.09 | 40.52 | 30.77 | - |
| YUV | 172.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 142 | 0 | 0.38 | 0.40 | 0.07 | 2.53 | 0.73 | 0.74 |
| Hex | ED | 92 | 8E | 0 | 26 | 28 | 7 | 3 | 49 | 4A |
| Octal | 355 | 222 | 216 | 0 | 46 | 50 | 7 | 3 | 111 | 112 |
| Binary | 11101101 | 10010010 | 10001110 | 0 | 100110 | 101000 | 111 | 11 | 1001001 | 1001010 |
Color Harmonies of #ED928E
Complementary color
Monochromatic Colors of #ED928E
Black with #ED928E
Text Example
Text Example
White with #ED928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED928E; }
p { color: rgb(237,146,142); }
H1.HeaderClassName
{
color: #ED928E;
}
.AnyTagClassName
{
color: #ED928E;
}
</style>
background-color css
<style>
a { background-color: #ED928E; }
a { background-color: rgb(237,146,142); }
div.DivClassName
{
background-color: #ED928E;
}
.BgClassName
{
background-color: #ED928E;
}
</style>
border-color css
<style>
span { border-color: #ED928E; }
span { border-color: rgb(237,146,142); }
td.TdClassName
{
border-color: #ED928E;
}
.TagClassName
{
border-color: #ED928E;
}
</style>