#E885CA

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

Shades of Tea Rose #E885CA

Tints of Tea Rose #E885CA

Color information

#E885CA (or 0xE885CA) is unknown color: approx Tea Rose. HEX triplet: E8, 85 and CA. RGB value is (232,133,202). Sum of RGB (Red+Green+Blue) = 232+133+202=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E885CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885CA is #177A35. Grayscale: #AAAAAA. Windows color (decimal): -1538614 or 13272552. OLE color: 13272552.

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

Color convert

RGB232133202-
CMYK00.430.130.09
HSL318.18º68.28%71.57%-
HSV(B)318.18º42.67%90.98%-
XYZ52.3338.260.49-
YUV170.47145.8171.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.92%
GREEN value IS 133 (52.34% from 255) = 23.46%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=40.92%
G=23.46%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213320200.430.130.09318.1868.2871.57
HexE885CA02BD913e4448
Octal3502053120531511476104110
Binary11101000100001011100101001010111101100110011111010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885CA; }

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

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

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

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

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

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

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

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