#E985CF

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

Shades of Tea Rose #E985CF

Tints of Tea Rose #E985CF

Color information

#E985CF (or 0xE985CF) is unknown color: approx Tea Rose. HEX triplet: E9, 85 and CF. RGB value is (233,133,207). Sum of RGB (Red+Green+Blue) = 233+133+207=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E985CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985CF is #167A30. Grayscale: #ABABAB. Windows color (decimal): -1473073 or 13600233. OLE color: 13600233.

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

Color convert

RGB233133207-
CMYK00.430.110.09
HSL315.6º69.44%71.76%-
HSV(B)315.6º42.92%91.37%-
XYZ53.2538.663.68-
YUV171.34148.13171.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=40.66%
G=23.21%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313320700.430.110.09315.669.4471.76
HexE985CF02BB913c4548
Octal3512053170531311474105110
Binary11101001100001011100111101010111011100110011110010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985CF; }

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

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

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

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

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

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

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

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