Shades of Sweet Pink #ED9184
Tints of Sweet Pink #ED9184
RGB
CMYK
RGB Variations
Color information
#ED9184 (or 0xED9184) is known color: Sweet Pink. HEX triplet: ED, 91 and 84. RGB value is (237,145,132). Sum of RGB (Red+Green+Blue) = 237+145+132=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9184 is #126E7B. Grayscale: #ABABAB. Windows color (decimal): -1207932 or 8688109. OLE color: 8688109.
HSL color Cylindrical-coordinate representation of color #ED9184: hue angle of 7.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED9184 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 132 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.07 |
| HSL | 7.43º | 0.74% | 0.72% | - |
| HSV(B) | 7.43º | 0.44% | 0.93% | - |
| XYZ | 49.22 | 39.92 | 26.94 | - |
| YUV | 171.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 132 | 0 | 0.39 | 0.44 | 0.07 | 7.43 | 0.74 | 0.72 |
| Hex | ED | 91 | 84 | 0 | 27 | 2C | 7 | 7 | 4A | 48 |
| Octal | 355 | 221 | 204 | 0 | 47 | 54 | 7 | 7 | 112 | 110 |
| Binary | 11101101 | 10010001 | 10000100 | 0 | 100111 | 101100 | 111 | 111 | 1001010 | 1001000 |
Color Harmonies of #ED9184
Complementary color
Monochromatic Colors of #ED9184
Black with #ED9184
Text Example
Text Example
White with #ED9184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9184; }
p { color: rgb(237,145,132); }
H1.HeaderClassName
{
color: #ED9184;
}
.AnyTagClassName
{
color: #ED9184;
}
</style>
background-color css
<style>
a { background-color: #ED9184; }
a { background-color: rgb(237,145,132); }
div.DivClassName
{
background-color: #ED9184;
}
.BgClassName
{
background-color: #ED9184;
}
</style>
border-color css
<style>
span { border-color: #ED9184; }
span { border-color: rgb(237,145,132); }
td.TdClassName
{
border-color: #ED9184;
}
.TagClassName
{
border-color: #ED9184;
}
</style>