#E781CB

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

Shades of Tea Rose #E781CB

Tints of Tea Rose #E781CB

Color information

#E781CB (or 0xE781CB) is unknown color: approx Tea Rose. HEX triplet: E7, 81 and CB. RGB value is (231,129,203). Sum of RGB (Red+Green+Blue) = 231+129+203=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E781CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781CB is #187E34. Grayscale: #A7A7A7. Windows color (decimal): -1605173 or 13337063. OLE color: 13337063.

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

Color convert

RGB231129203-
CMYK00.440.120.09
HSL316.47º68%70.59%-
HSV(B)316.47º44.16%90.59%-
XYZ51.583760.92-
YUV167.93147.79172.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=41.03%
G=22.91%
B=36.06%

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
Decimal23112920300.440.120.09316.476870.59
HexE781CB02CC913c4447
Octal3472013130541411474104107
Binary11100111100000011100101101011001100100110011110010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E781CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E781CB; }

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

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

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

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

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

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

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

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