#E485BF

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

Shades of Tea Rose #E485BF

Tints of Tea Rose #E485BF

Color information

#E485BF (or 0xE485BF) is unknown color: approx Tea Rose. HEX triplet: E4, 85 and BF. RGB value is (228,133,191). Sum of RGB (Red+Green+Blue) = 228+133+191=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E485BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E485BF is #1B7A40. Grayscale: #A7A7A7. Windows color (decimal): -1800769 or 12551652. OLE color: 12551652.

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

Color convert

RGB228133191-
CMYK00.420.160.11
HSL323.37º63.76%70.78%-
HSV(B)323.37º41.67%89.41%-
XYZ49.7937.0353.81-
YUV168.02140.97170.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.30%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 191 (75% from 255) = 34.60%
R=41.30%
G=24.09%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813319100.420.160.11323.3763.7670.78
HexE485BF02A10B1434047
Octal3442052770522013503100107
Binary111001001000010110111111010101010000101110100001110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E485BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E485BF; }

 p { color: rgb(228,133,191); }

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

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

 a { background-color: rgb(228,133,191); }

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

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

 span { border-color: rgb(228,133,191); }

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