Shades of Tea Rose #EE82C4
Tints of Tea Rose #EE82C4
RGB
CMYK
RGB Variations
Color information
#EE82C4 (or 0xEE82C4) is known color: Tea Rose. HEX triplet: EE, 82 and C4. RGB value is (238,130,196). Sum of RGB (Red+Green+Blue) = 238+130+196=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82C4 is #117D3B. Grayscale: #A9A9A9. Windows color (decimal): -1146172 or 12878574. OLE color: 12878574.
HSL color Cylindrical-coordinate representation of color #EE82C4: hue angle of 323.33º degrees, saturation: 0.76, 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 #EE82C4 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 196 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.07 |
| HSL | 323.33º | 0.76% | 0.72% | - |
| HSV(B) | 323.33º | 0.45% | 0.93% | - |
| XYZ | 53.21 | 38.13 | 56.78 | - |
| YUV | 169.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 196 | 0 | 0.45 | 0.18 | 0.07 | 323.33 | 0.76 | 0.72 |
| Hex | EE | 82 | C4 | 0 | 2D | 12 | 7 | 143 | 4C | 48 |
| Octal | 356 | 202 | 304 | 0 | 55 | 22 | 7 | 503 | 114 | 110 |
| Binary | 11101110 | 10000010 | 11000100 | 0 | 101101 | 10010 | 111 | 101000011 | 1001100 | 1001000 |
Color Harmonies of #EE82C4
Complementary color
Monochromatic Colors of #EE82C4
Black with #EE82C4
Text Example
Text Example
White with #EE82C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82C4; }
p { color: rgb(238,130,196); }
H1.HeaderClassName
{
color: #EE82C4;
}
.AnyTagClassName
{
color: #EE82C4;
}
</style>
background-color css
<style>
a { background-color: #EE82C4; }
a { background-color: rgb(238,130,196); }
div.DivClassName
{
background-color: #EE82C4;
}
.BgClassName
{
background-color: #EE82C4;
}
</style>
border-color css
<style>
span { border-color: #EE82C4; }
span { border-color: rgb(238,130,196); }
td.TdClassName
{
border-color: #EE82C4;
}
.TagClassName
{
border-color: #EE82C4;
}
</style>