#E885BF

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

Shades of Tea Rose #E885BF

Tints of Tea Rose #E885BF

Color information

#E885BF (or 0xE885BF) is unknown color: approx Tea Rose. HEX triplet: E8, 85 and BF. RGB value is (232,133,191). Sum of RGB (Red+Green+Blue) = 232+133+191=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E885BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885BF is #177A40. Grayscale: #A9A9A9. Windows color (decimal): -1538625 or 12551656. OLE color: 12551656.

HSL color Cylindrical-coordinate representation of color #E885BF: hue angle of 324.85º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885BF is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232133191-
CMYK00.430.180.09
HSL324.85º68.28%71.57%-
HSV(B)324.85º42.67%90.98%-
XYZ51.0737.6953.87-
YUV169.21140.3172.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 191 (75% from 255) = 34.35%
R=41.73%
G=23.92%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213319100.430.180.09324.8568.2871.57
HexE885BF02B1291454448
Octal3502052770532211505104110
Binary111010001000010110111111010101110010100110100010110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885BF; }

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

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

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

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

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

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

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

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