#E87DCC

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

Shades of Tea Rose #E87DCC

Tints of Tea Rose #E87DCC

Color information

#E87DCC (or 0xE87DCC) is unknown color: approx Tea Rose. HEX triplet: E8, 7D and CC. RGB value is (232,125,204). Sum of RGB (Red+Green+Blue) = 232+125+204=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DCC is #178233. Grayscale: #A5A5A5. Windows color (decimal): -1540660 or 13401576. OLE color: 13401576.

HSL color Cylindrical-coordinate representation of color #E87DCC: hue angle of 315.7º 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 #E87DCC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232125204-
CMYK00.460.120.09
HSL315.7º69.93%70%-
HSV(B)315.7º46.12%90.98%-
XYZ51.5136.1861.4-
YUV166149.45175.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.35%
GREEN value IS 125 (49.22% from 255) = 22.28%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=41.35%
G=22.28%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212520400.460.120.09315.769.9370
HexE87DCC02EC913c4646
Octal3501753140561411474106106
Binary1110100011111011100110001011101100100110011110010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DCC; }

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

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

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

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

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

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

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

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