#E884CC

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

Shades of Tea Rose #E884CC

Tints of Tea Rose #E884CC

Color information

#E884CC (or 0xE884CC) is unknown color: approx Tea Rose. HEX triplet: E8, 84 and CC. RGB value is (232,132,204). Sum of RGB (Red+Green+Blue) = 232+132+204=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E884CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884CC is #177B33. Grayscale: #A9A9A9. Windows color (decimal): -1538868 or 13403368. OLE color: 13403368.

HSL color Cylindrical-coordinate representation of color #E884CC: hue angle of 316.8º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884CC is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB232132204-
CMYK00.430.120.09
HSL316.8º68.49%71.37%-
HSV(B)316.8º43.1%90.98%-
XYZ52.4338.0261.7-
YUV170.11147.13172.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.85%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=40.85%
G=23.24%
B=35.92%

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
Decimal23213220400.430.120.09316.868.4971.37
HexE884CC02BC913d4447
Octal3502043140531411475104107
Binary11101000100001001100110001010111100100110011110110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E884CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E884CC; }

 p { color: rgb(232,132,204); }

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

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

 a { background-color: rgb(232,132,204); }

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

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

 span { border-color: rgb(232,132,204); }

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