Shades of Sweet Pink #ED8C8C
Tints of Sweet Pink #ED8C8C
RGB
CMYK
RGB Variations
Color information
#ED8C8C (or 0xED8C8C) is known color: Sweet Pink. HEX triplet: ED, 8C and 8C. RGB value is (237,140,140). Sum of RGB (Red+Green+Blue) = 237+140+140=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C8C is #127373. Grayscale: #A9A9A9. Windows color (decimal): -1209204 or 9211117. OLE color: 9211117.
HSL color Cylindrical-coordinate representation of color #ED8C8C: hue angle of 0º 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 #ED8C8C is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 140 | 140 | - |
CMYK | 0 | 0.41 | 0.41 | 0.07 |
HSL | 0º | 0.73% | 0.74% | - |
HSV(B) | 0º | 0.41% | 0.93% | - |
XYZ | 49.04 | 38.65 | 29.69 | - |
YUV | 169 | 111.64 | 176.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 140 | 140 | 0 | 0.41 | 0.41 | 0.07 | 0 | 0.73 | 0.74 |
Hex | ED | 8C | 8C | 0 | 29 | 29 | 7 | 0 | 49 | 4A |
Octal | 355 | 214 | 214 | 0 | 51 | 51 | 7 | 0 | 111 | 112 |
Binary | 11101101 | 10001100 | 10001100 | 0 | 101001 | 101001 | 111 | 0 | 1001001 | 1001010 |
Color Harmonies of #ED8C8C
Complementary color
Monochromatic Colors of #ED8C8C
Black with #ED8C8C
Text Example
Text Example
White with #ED8C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C8C; }
p { color: rgb(237,140,140); }
H1.HeaderClassName
{
color: #ED8C8C;
}
.AnyTagClassName
{
color: #ED8C8C;
}
</style>
background-color css
<style>
a { background-color: #ED8C8C; }
a { background-color: rgb(237,140,140); }
div.DivClassName
{
background-color: #ED8C8C;
}
.BgClassName
{
background-color: #ED8C8C;
}
</style>
border-color css
<style>
span { border-color: #ED8C8C; }
span { border-color: rgb(237,140,140); }
td.TdClassName
{
border-color: #ED8C8C;
}
.TagClassName
{
border-color: #ED8C8C;
}
</style>