#E881CB

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

Shades of Tea Rose #E881CB

Tints of Tea Rose #E881CB

Color information

#E881CB (or 0xE881CB) is unknown color: approx Tea Rose. HEX triplet: E8, 81 and CB. RGB value is (232,129,203). Sum of RGB (Red+Green+Blue) = 232+129+203=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E881CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881CB is #177E34. Grayscale: #A8A8A8. Windows color (decimal): -1539637 or 13337064. OLE color: 13337064.

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

Color convert

RGB232129203-
CMYK00.440.120.09
HSL316.89º69.13%70.78%-
HSV(B)316.89º44.4%90.98%-
XYZ51.9137.1760.94-
YUV168.23147.62173.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.13%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=41.13%
G=22.87%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212920300.440.120.09316.8969.1370.78
HexE881CB02CC913d4547
Octal3502013130541411475105107
Binary11101000100000011100101101011001100100110011110110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E881CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E881CB; }

 p { color: rgb(232,129,203); }

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

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

 a { background-color: rgb(232,129,203); }

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

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

 span { border-color: rgb(232,129,203); }

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