#E385CB

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

Shades of Tea Rose #E385CB

Tints of Tea Rose #E385CB

Color information

#E385CB (or 0xE385CB) is unknown color: approx Tea Rose. HEX triplet: E3, 85 and CB. RGB value is (227,133,203). Sum of RGB (Red+Green+Blue) = 227+133+203=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E385CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385CB is #1C7A34. Grayscale: #A8A8A8. Windows color (decimal): -1866293 or 13338083. OLE color: 13338083.

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

Color convert

RGB227133203-
CMYK00.410.110.11
HSL315.32º62.67%70.59%-
HSV(B)315.32º41.41%89.02%-
XYZ50.8537.4261.04-
YUV169.09147.14169.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=40.32%
G=23.62%
B=36.06%

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
Decimal22713320300.410.110.11315.3262.6770.59
HexE385CB029BB13b3f47
Octal343205313051131347377107
Binary1110001110000101110010110101001101110111001110111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385CB; }

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

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

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

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

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

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

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

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