#E285CB

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

Shades of Tea Rose #E285CB

Tints of Tea Rose #E285CB

Color information

#E285CB (or 0xE285CB) is unknown color: approx Tea Rose. HEX triplet: E2, 85 and CB. RGB value is (226,133,203). Sum of RGB (Red+Green+Blue) = 226+133+203=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E285CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285CB is #1D7A34. Grayscale: #A8A8A8. Windows color (decimal): -1931829 or 13338082. OLE color: 13338082.

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

Color convert

RGB226133203-
CMYK00.410.100.11
HSL314.84º61.59%70.39%-
HSV(B)314.84º41.15%88.63%-
XYZ50.5337.2661.03-
YUV168.79147.31168.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=40.21%
G=23.67%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613320300.410.100.11314.8461.5970.39
HexE285CB029AB13b3e46
Octal342205313051121347376106
Binary1110001010000101110010110101001101010111001110111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285CB; }

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

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

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

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

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

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

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

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