#E985CE

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

Shades of Tea Rose #E985CE

Tints of Tea Rose #E985CE

Color information

#E985CE (or 0xE985CE) is unknown color: approx Tea Rose. HEX triplet: E9, 85 and CE. RGB value is (233,133,206). Sum of RGB (Red+Green+Blue) = 233+133+206=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E985CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985CE is #167A31. Grayscale: #ABABAB. Windows color (decimal): -1473074 or 13534697. OLE color: 13534697.

HSL color Cylindrical-coordinate representation of color #E985CE: hue angle of 316.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 #E985CE is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233133206-
CMYK00.430.120.09
HSL316.2º69.44%71.76%-
HSV(B)316.2º42.92%91.37%-
XYZ53.1338.5563.03-
YUV171.22147.63172.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=40.73%
G=23.25%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313320600.430.120.09316.269.4471.76
HexE985CE02BC913c4548
Octal3512053160531411474105110
Binary11101001100001011100111001010111100100110011110010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985CE; }

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

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

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

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

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

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

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

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