#E985BF

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

Shades of Tea Rose #E985BF

Tints of Tea Rose #E985BF

Color information

#E985BF (or 0xE985BF) is unknown color: approx Tea Rose. HEX triplet: E9, 85 and BF. RGB value is (233,133,191). Sum of RGB (Red+Green+Blue) = 233+133+191=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E985BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985BF is #167A40. Grayscale: #A9A9A9. Windows color (decimal): -1473089 or 12551657. OLE color: 12551657.

HSL color Cylindrical-coordinate representation of color #E985BF: hue angle of 325.2º degrees, saturation: 0.69, 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 #E985BF is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233133191-
CMYK00.430.180.09
HSL325.2º69.44%71.76%-
HSV(B)325.2º42.92%91.37%-
XYZ51.437.8653.89-
YUV169.51140.13173.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 191 (75% from 255) = 34.29%
R=41.83%
G=23.88%
B=34.29%

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
Decimal23313319100.430.180.09325.269.4471.76
HexE985BF02B1291454548
Octal3512052770532211505105110
Binary111010011000010110111111010101110010100110100010110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985BF; }

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

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

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

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

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

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

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

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