Shades of Sweet Pink #ED918B
Tints of Sweet Pink #ED918B
RGB
CMYK
RGB Variations
Color information
#ED918B (or 0xED918B) is known color: Sweet Pink. HEX triplet: ED, 91 and 8B. RGB value is (237,145,139). Sum of RGB (Red+Green+Blue) = 237+145+139=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED918B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED918B is #126E74. Grayscale: #ABABAB. Windows color (decimal): -1207925 or 9146861. OLE color: 9146861.
HSL color Cylindrical-coordinate representation of color #ED918B: hue angle of 3.67º 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 #ED918B is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 139 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.07 |
| HSL | 3.67º | 0.73% | 0.74% | - |
| HSV(B) | 3.67º | 0.41% | 0.93% | - |
| XYZ | 49.71 | 40.12 | 29.55 | - |
| YUV | 171.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 139 | 0 | 0.39 | 0.41 | 0.07 | 3.67 | 0.73 | 0.74 |
| Hex | ED | 91 | 8B | 0 | 27 | 29 | 7 | 4 | 49 | 4A |
| Octal | 355 | 221 | 213 | 0 | 47 | 51 | 7 | 4 | 111 | 112 |
| Binary | 11101101 | 10010001 | 10001011 | 0 | 100111 | 101001 | 111 | 100 | 1001001 | 1001010 |
Color Harmonies of #ED918B
Complementary color
Monochromatic Colors of #ED918B
Black with #ED918B
Text Example
Text Example
White with #ED918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED918B; }
p { color: rgb(237,145,139); }
H1.HeaderClassName
{
color: #ED918B;
}
.AnyTagClassName
{
color: #ED918B;
}
</style>
background-color css
<style>
a { background-color: #ED918B; }
a { background-color: rgb(237,145,139); }
div.DivClassName
{
background-color: #ED918B;
}
.BgClassName
{
background-color: #ED918B;
}
</style>
border-color css
<style>
span { border-color: #ED918B; }
span { border-color: rgb(237,145,139); }
td.TdClassName
{
border-color: #ED918B;
}
.TagClassName
{
border-color: #ED918B;
}
</style>