#E885CD

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

Shades of Tea Rose #E885CD

Tints of Tea Rose #E885CD

Color information

#E885CD (or 0xE885CD) is unknown color: approx Tea Rose. HEX triplet: E8, 85 and CD. RGB value is (232,133,205). Sum of RGB (Red+Green+Blue) = 232+133+205=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E885CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885CD is #177A32. Grayscale: #AAAAAA. Windows color (decimal): -1538611 or 13469160. OLE color: 13469160.

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

Color convert

RGB232133205-
CMYK00.430.120.09
HSL316.36º68.28%71.57%-
HSV(B)316.36º42.67%90.98%-
XYZ52.6938.3462.38-
YUV170.81147.3171.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.70%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=40.70%
G=23.33%
B=35.96%

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
Decimal23213320500.430.120.09316.3668.2871.57
HexE885CD02BC913c4448
Octal3502053150531411474104110
Binary11101000100001011100110101010111100100110011110010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885CD; }

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

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

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

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

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

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

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

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