Shades of Sweet Pink #ED918D
Tints of Sweet Pink #ED918D
RGB
CMYK
RGB Variations
Color information
#ED918D (or 0xED918D) is known color: Sweet Pink. HEX triplet: ED, 91 and 8D. RGB value is (237,145,141). Sum of RGB (Red+Green+Blue) = 237+145+141=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED918D is #126E72. Grayscale: #ACACAC. Windows color (decimal): -1207923 or 9277933. OLE color: 9277933.
HSL color Cylindrical-coordinate representation of color #ED918D: hue angle of 2.5º 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 #ED918D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 141 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.07 |
| HSL | 2.5º | 0.73% | 0.74% | - |
| HSV(B) | 2.5º | 0.41% | 0.93% | - |
| XYZ | 49.86 | 40.18 | 30.33 | - |
| YUV | 172.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 141 | 0 | 0.39 | 0.41 | 0.07 | 2.5 | 0.73 | 0.74 |
| Hex | ED | 91 | 8D | 0 | 27 | 29 | 7 | 2 | 49 | 4A |
| Octal | 355 | 221 | 215 | 0 | 47 | 51 | 7 | 2 | 111 | 112 |
| Binary | 11101101 | 10010001 | 10001101 | 0 | 100111 | 101001 | 111 | 10 | 1001001 | 1001010 |
Color Harmonies of #ED918D
Complementary color
Monochromatic Colors of #ED918D
Black with #ED918D
Text Example
Text Example
White with #ED918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED918D; }
p { color: rgb(237,145,141); }
H1.HeaderClassName
{
color: #ED918D;
}
.AnyTagClassName
{
color: #ED918D;
}
</style>
background-color css
<style>
a { background-color: #ED918D; }
a { background-color: rgb(237,145,141); }
div.DivClassName
{
background-color: #ED918D;
}
.BgClassName
{
background-color: #ED918D;
}
</style>
border-color css
<style>
span { border-color: #ED918D; }
span { border-color: rgb(237,145,141); }
td.TdClassName
{
border-color: #ED918D;
}
.TagClassName
{
border-color: #ED918D;
}
</style>