#E87DCA

Color #E87DCA Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #E87DCA

Tints of Tea Rose #E87DCA

Color information

#E87DCA (or 0xE87DCA) is unknown color: approx Tea Rose. HEX triplet: E8, 7D and CA. RGB value is (232,125,202). Sum of RGB (Red+Green+Blue) = 232+125+202=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DCA is #178235. Grayscale: #A5A5A5. Windows color (decimal): -1540662 or 13270504. OLE color: 13270504.

HSL color Cylindrical-coordinate representation of color #E87DCA: hue angle of 316.82º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DCA is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232125202-
CMYK00.460.130.09
HSL316.82º69.93%70%-
HSV(B)316.82º46.12%90.98%-
XYZ51.2736.0960.14-
YUV165.77148.45175.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=41.50%
G=22.36%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212520200.460.130.09316.8269.9370
HexE87DCA02ED913d4646
Octal3501753120561511475106106
Binary1110100011111011100101001011101101100110011110110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DCA; }

 p { color: rgb(232,125,202); }

 H1.HeaderClassName
 {
   color: #E87DCA;
 }
 .AnyTagClassName
 {
   color: #E87DCA;
 }
</style>
background-color css

<style>
 a { background-color: #E87DCA; }

 a { background-color: rgb(232,125,202); }

 div.DivClassName
 {
   background-color: #E87DCA;
 }
 .BgClassName
 {
   background-color: #E87DCA;
 }
</style>
border-color css

<style>
 span { border-color: #E87DCA; }

 span { border-color: rgb(232,125,202); }

 td.TdClassName
 {
   border-color: #E87DCA;
 }
 .TagClassName
 {
   border-color: #E87DCA;
 }
</style>