Shades of Tea Rose #ED83CC
Tints of Tea Rose #ED83CC
RGB
CMYK
RGB Variations
Color information
#ED83CC (or 0xED83CC) is known color: Tea Rose. HEX triplet: ED, 83 and CC. RGB value is (237,131,204). Sum of RGB (Red+Green+Blue) = 237+131+204=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83CC is #127C33. Grayscale: #AAAAAA. Windows color (decimal): -1211444 or 13403117. OLE color: 13403117.
HSL color Cylindrical-coordinate representation of color #ED83CC: hue angle of 318.68º 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 #ED83CC is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 204 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.07 |
| HSL | 318.68º | 0.75% | 0.72% | - |
| HSV(B) | 318.68º | 0.45% | 0.93% | - |
| XYZ | 53.94 | 38.6 | 61.73 | - |
| YUV | 171.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 204 | 0 | 0.45 | 0.14 | 0.07 | 318.68 | 0.75 | 0.72 |
| Hex | ED | 83 | CC | 0 | 2D | E | 7 | 13F | 4B | 48 |
| Octal | 355 | 203 | 314 | 0 | 55 | 16 | 7 | 477 | 113 | 110 |
| Binary | 11101101 | 10000011 | 11001100 | 0 | 101101 | 1110 | 111 | 100111111 | 1001011 | 1001000 |
Color Harmonies of #ED83CC
Complementary color
Monochromatic Colors of #ED83CC
Black with #ED83CC
Text Example
Text Example
White with #ED83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED83CC; }
p { color: rgb(237,131,204); }
H1.HeaderClassName
{
color: #ED83CC;
}
.AnyTagClassName
{
color: #ED83CC;
}
</style>
background-color css
<style>
a { background-color: #ED83CC; }
a { background-color: rgb(237,131,204); }
div.DivClassName
{
background-color: #ED83CC;
}
.BgClassName
{
background-color: #ED83CC;
}
</style>
border-color css
<style>
span { border-color: #ED83CC; }
span { border-color: rgb(237,131,204); }
td.TdClassName
{
border-color: #ED83CC;
}
.TagClassName
{
border-color: #ED83CC;
}
</style>