Shades of Sweet Pink #ED928C
Tints of Sweet Pink #ED928C
RGB
CMYK
RGB Variations
Color information
#ED928C (or 0xED928C) is known color: Sweet Pink. HEX triplet: ED, 92 and 8C. RGB value is (237,146,140). Sum of RGB (Red+Green+Blue) = 237+146+140=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED928C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED928C is #126D73. Grayscale: #ACACAC. Windows color (decimal): -1207668 or 9212653. OLE color: 9212653.
HSL color Cylindrical-coordinate representation of color #ED928C: hue angle of 3.71º 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 #ED928C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 140 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.07 |
| HSL | 3.71º | 0.73% | 0.74% | - |
| HSV(B) | 3.71º | 0.41% | 0.93% | - |
| XYZ | 49.94 | 40.46 | 29.99 | - |
| YUV | 172.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 140 | 0 | 0.38 | 0.41 | 0.07 | 3.71 | 0.73 | 0.74 |
| Hex | ED | 92 | 8C | 0 | 26 | 29 | 7 | 4 | 49 | 4A |
| Octal | 355 | 222 | 214 | 0 | 46 | 51 | 7 | 4 | 111 | 112 |
| Binary | 11101101 | 10010010 | 10001100 | 0 | 100110 | 101001 | 111 | 100 | 1001001 | 1001010 |
Color Harmonies of #ED928C
Complementary color
Monochromatic Colors of #ED928C
Black with #ED928C
Text Example
Text Example
White with #ED928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED928C; }
p { color: rgb(237,146,140); }
H1.HeaderClassName
{
color: #ED928C;
}
.AnyTagClassName
{
color: #ED928C;
}
</style>
background-color css
<style>
a { background-color: #ED928C; }
a { background-color: rgb(237,146,140); }
div.DivClassName
{
background-color: #ED928C;
}
.BgClassName
{
background-color: #ED928C;
}
</style>
border-color css
<style>
span { border-color: #ED928C; }
span { border-color: rgb(237,146,140); }
td.TdClassName
{
border-color: #ED928C;
}
.TagClassName
{
border-color: #ED928C;
}
</style>