Shades of Sweet Pink #ED908C
Tints of Sweet Pink #ED908C
RGB
CMYK
RGB Variations
Color information
#ED908C (or 0xED908C) is known color: Sweet Pink. HEX triplet: ED, 90 and 8C. RGB value is (237,144,140). Sum of RGB (Red+Green+Blue) = 237+144+140=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED908C is #126F73. Grayscale: #ABABAB. Windows color (decimal): -1208180 or 9212141. OLE color: 9212141.
HSL color Cylindrical-coordinate representation of color #ED908C: hue angle of 2.47º 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 #ED908C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 140 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.07 |
| HSL | 2.47º | 0.73% | 0.74% | - |
| HSV(B) | 2.47º | 0.41% | 0.93% | - |
| XYZ | 49.63 | 39.84 | 29.89 | - |
| YUV | 171.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 140 | 0 | 0.39 | 0.41 | 0.07 | 2.47 | 0.73 | 0.74 |
| Hex | ED | 90 | 8C | 0 | 27 | 29 | 7 | 2 | 49 | 4A |
| Octal | 355 | 220 | 214 | 0 | 47 | 51 | 7 | 2 | 111 | 112 |
| Binary | 11101101 | 10010000 | 10001100 | 0 | 100111 | 101001 | 111 | 10 | 1001001 | 1001010 |
Color Harmonies of #ED908C
Complementary color
Monochromatic Colors of #ED908C
Black with #ED908C
Text Example
Text Example
White with #ED908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED908C; }
p { color: rgb(237,144,140); }
H1.HeaderClassName
{
color: #ED908C;
}
.AnyTagClassName
{
color: #ED908C;
}
</style>
background-color css
<style>
a { background-color: #ED908C; }
a { background-color: rgb(237,144,140); }
div.DivClassName
{
background-color: #ED908C;
}
.BgClassName
{
background-color: #ED908C;
}
</style>
border-color css
<style>
span { border-color: #ED908C; }
span { border-color: rgb(237,144,140); }
td.TdClassName
{
border-color: #ED908C;
}
.TagClassName
{
border-color: #ED908C;
}
</style>