#E386CA

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

Shades of Tea Rose #E386CA

Tints of Tea Rose #E386CA

Color information

#E386CA (or 0xE386CA) is unknown color: approx Tea Rose. HEX triplet: E3, 86 and CA. RGB value is (227,134,202). Sum of RGB (Red+Green+Blue) = 227+134+202=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E386CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E386CA is #1C7935. Grayscale: #A9A9A9. Windows color (decimal): -1866038 or 13272803. OLE color: 13272803.

HSL color Cylindrical-coordinate representation of color #E386CA: hue angle of 316.13º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E386CA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227134202-
CMYK00.410.110.11
HSL316.13º62.42%70.78%-
HSV(B)316.13º40.97%89.02%-
XYZ50.8637.6560.46-
YUV169.56146.31168.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 134 (52.73% from 255) = 23.80%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=40.32%
G=23.80%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713420200.410.110.11316.1362.4270.78
HexE386CA029BB13c3e47
Octal343206312051131347476107
Binary1110001110000110110010100101001101110111001111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E386CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E386CA; }

 p { color: rgb(227,134,202); }

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

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

 a { background-color: rgb(227,134,202); }

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

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

 span { border-color: rgb(227,134,202); }

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