#E885CF

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

Shades of Tea Rose #E885CF

Tints of Tea Rose #E885CF

Color information

#E885CF (or 0xE885CF) is unknown color: approx Tea Rose. HEX triplet: E8, 85 and CF. RGB value is (232,133,207). Sum of RGB (Red+Green+Blue) = 232+133+207=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E885CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885CF is #177A30. Grayscale: #AAAAAA. Windows color (decimal): -1538609 or 13600232. OLE color: 13600232.

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

Color convert

RGB232133207-
CMYK00.430.110.09
HSL315.15º68.28%71.57%-
HSV(B)315.15º42.67%90.98%-
XYZ52.9338.4463.66-
YUV171.04148.3171.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.56%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=40.56%
G=23.25%
B=36.19%

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
Decimal23213320700.430.110.09315.1568.2871.57
HexE885CF02BB913b4448
Octal3502053170531311473104110
Binary11101000100001011100111101010111011100110011101110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885CF; }

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

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

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

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

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

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

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

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