#E886C4

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

Shades of Tea Rose #E886C4

Tints of Tea Rose #E886C4

Color information

#E886C4 (or 0xE886C4) is unknown color: approx Tea Rose. HEX triplet: E8, 86 and C4. RGB value is (232,134,196). Sum of RGB (Red+Green+Blue) = 232+134+196=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E886C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886C4 is #17793B. Grayscale: #AAAAAA. Windows color (decimal): -1538364 or 12879592. OLE color: 12879592.

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

Color convert

RGB232134196-
CMYK00.420.160.09
HSL322.04º68.06%71.76%-
HSV(B)322.04º42.24%90.98%-
XYZ51.7738.1956.87-
YUV170.37142.47171.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.28%
GREEN value IS 134 (52.73% from 255) = 23.84%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=41.28%
G=23.84%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213419600.420.160.09322.0468.0671.76
HexE886C402A1091424448
Octal3502063040522011502104110
Binary111010001000011011000100010101010000100110100001010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E886C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E886C4; }

 p { color: rgb(232,134,196); }

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

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

 a { background-color: rgb(232,134,196); }

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

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

 span { border-color: rgb(232,134,196); }

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