#E386CB

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

Shades of Tea Rose #E386CB

Tints of Tea Rose #E386CB

Color information

#E386CB (or 0xE386CB) is unknown color: approx Tea Rose. HEX triplet: E3, 86 and CB. RGB value is (227,134,203). Sum of RGB (Red+Green+Blue) = 227+134+203=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E386CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E386CB is #1C7934. Grayscale: #A9A9A9. Windows color (decimal): -1866037 or 13338339. OLE color: 13338339.

HSL color Cylindrical-coordinate representation of color #E386CB: hue angle of 315.48º 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 #E386CB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227134203-
CMYK00.410.110.11
HSL315.48º62.42%70.78%-
HSV(B)315.48º40.97%89.02%-
XYZ50.9837.6961.09-
YUV169.67146.81168.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.25%
GREEN value IS 134 (52.73% from 255) = 23.76%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=40.25%
G=23.76%
B=35.99%

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
Decimal22713420300.410.110.11315.4862.4270.78
HexE386CB029BB13b3e47
Octal343206313051131347376107
Binary1110001110000110110010110101001101110111001110111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E386CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E386CB; }

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

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

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

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

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

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

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

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