Shades of Sweet Pink #ED9183
Tints of Sweet Pink #ED9183
RGB
CMYK
RGB Variations
Color information
#ED9183 (or 0xED9183) is known color: Sweet Pink. HEX triplet: ED, 91 and 83. RGB value is (237,145,131). Sum of RGB (Red+Green+Blue) = 237+145+131=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9183 is #126E7C. Grayscale: #ABABAB. Windows color (decimal): -1207933 or 8622573. OLE color: 8622573.
HSL color Cylindrical-coordinate representation of color #ED9183: hue angle of 7.92º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED9183 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 131 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.07 |
| HSL | 7.92º | 0.75% | 0.72% | - |
| HSV(B) | 7.92º | 0.45% | 0.93% | - |
| XYZ | 49.15 | 39.89 | 26.58 | - |
| YUV | 170.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 131 | 0 | 0.39 | 0.45 | 0.07 | 7.92 | 0.75 | 0.72 |
| Hex | ED | 91 | 83 | 0 | 27 | 2D | 7 | 8 | 4B | 48 |
| Octal | 355 | 221 | 203 | 0 | 47 | 55 | 7 | 10 | 113 | 110 |
| Binary | 11101101 | 10010001 | 10000011 | 0 | 100111 | 101101 | 111 | 1000 | 1001011 | 1001000 |
Color Harmonies of #ED9183
Complementary color
Monochromatic Colors of #ED9183
Black with #ED9183
Text Example
Text Example
White with #ED9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9183; }
p { color: rgb(237,145,131); }
H1.HeaderClassName
{
color: #ED9183;
}
.AnyTagClassName
{
color: #ED9183;
}
</style>
background-color css
<style>
a { background-color: #ED9183; }
a { background-color: rgb(237,145,131); }
div.DivClassName
{
background-color: #ED9183;
}
.BgClassName
{
background-color: #ED9183;
}
</style>
border-color css
<style>
span { border-color: #ED9183; }
span { border-color: rgb(237,145,131); }
td.TdClassName
{
border-color: #ED9183;
}
.TagClassName
{
border-color: #ED9183;
}
</style>