Shades of Sweet Pink #ED908E
Tints of Sweet Pink #ED908E
RGB
CMYK
RGB Variations
Color information
#ED908E (or 0xED908E) is known color: Sweet Pink. HEX triplet: ED, 90 and 8E. RGB value is (237,144,142). Sum of RGB (Red+Green+Blue) = 237+144+142=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED908E is #126F71. Grayscale: #ABABAB. Windows color (decimal): -1208178 or 9343213. OLE color: 9343213.
HSL color Cylindrical-coordinate representation of color #ED908E: hue angle of 1.26º 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 #ED908E is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 142 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.07 |
| HSL | 1.26º | 0.73% | 0.74% | - |
| HSV(B) | 1.26º | 0.4% | 0.93% | - |
| XYZ | 49.78 | 39.9 | 30.67 | - |
| YUV | 171.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 142 | 0 | 0.39 | 0.40 | 0.07 | 1.26 | 0.73 | 0.74 |
| Hex | ED | 90 | 8E | 0 | 27 | 28 | 7 | 1 | 49 | 4A |
| Octal | 355 | 220 | 216 | 0 | 47 | 50 | 7 | 1 | 111 | 112 |
| Binary | 11101101 | 10010000 | 10001110 | 0 | 100111 | 101000 | 111 | 1 | 1001001 | 1001010 |
Color Harmonies of #ED908E
Complementary color
Monochromatic Colors of #ED908E
Black with #ED908E
Text Example
Text Example
White with #ED908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED908E; }
p { color: rgb(237,144,142); }
H1.HeaderClassName
{
color: #ED908E;
}
.AnyTagClassName
{
color: #ED908E;
}
</style>
background-color css
<style>
a { background-color: #ED908E; }
a { background-color: rgb(237,144,142); }
div.DivClassName
{
background-color: #ED908E;
}
.BgClassName
{
background-color: #ED908E;
}
</style>
border-color css
<style>
span { border-color: #ED908E; }
span { border-color: rgb(237,144,142); }
td.TdClassName
{
border-color: #ED908E;
}
.TagClassName
{
border-color: #ED908E;
}
</style>