Shades of Sweet Pink #ED9999
Tints of Sweet Pink #ED9999
RGB
CMYK
RGB Variations
Color information
#ED9999 (or 0xED9999) is known color: Sweet Pink. HEX triplet: ED, 99 and 99. RGB value is (237,153,153). Sum of RGB (Red+Green+Blue) = 237+153+153=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9999 is #126666. Grayscale: #B2B2B2. Windows color (decimal): -1205863 or 10066413. OLE color: 10066413.
HSL color Cylindrical-coordinate representation of color #ED9999: hue angle of 0º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9999 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 153 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.07 |
| HSL | 0º | 0.7% | 0.76% | - |
| HSV(B) | 0º | 0.35% | 0.93% | - |
| XYZ | 52.07 | 43.09 | 35.71 | - |
| YUV | 178.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 153 | 0 | 0.35 | 0.35 | 0.07 | 0 | 0.7 | 0.76 |
| Hex | ED | 99 | 99 | 0 | 23 | 23 | 7 | 0 | 46 | 4C |
| Octal | 355 | 231 | 231 | 0 | 43 | 43 | 7 | 0 | 106 | 114 |
| Binary | 11101101 | 10011001 | 10011001 | 0 | 100011 | 100011 | 111 | 0 | 1000110 | 1001100 |
Color Harmonies of #ED9999
Complementary color
Monochromatic Colors of #ED9999
Black with #ED9999
Text Example
Text Example
White with #ED9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9999; }
p { color: rgb(237,153,153); }
H1.HeaderClassName
{
color: #ED9999;
}
.AnyTagClassName
{
color: #ED9999;
}
</style>
background-color css
<style>
a { background-color: #ED9999; }
a { background-color: rgb(237,153,153); }
div.DivClassName
{
background-color: #ED9999;
}
.BgClassName
{
background-color: #ED9999;
}
</style>
border-color css
<style>
span { border-color: #ED9999; }
span { border-color: rgb(237,153,153); }
td.TdClassName
{
border-color: #ED9999;
}
.TagClassName
{
border-color: #ED9999;
}
</style>