#E77BCA

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

Shades of Tea Rose #E77BCA

Tints of Tea Rose #E77BCA

Color information

#E77BCA (or 0xE77BCA) is unknown color: approx Tea Rose. HEX triplet: E7, 7B and CA. RGB value is (231,123,202). Sum of RGB (Red+Green+Blue) = 231+123+202=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BCA is #188435. Grayscale: #A4A4A4. Windows color (decimal): -1606710 or 13269991. OLE color: 13269991.

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

Color convert

RGB231123202-
CMYK00.470.130.09
HSL316.11º69.23%69.41%-
HSV(B)316.11º46.75%90.59%-
XYZ50.735.4260.04-
YUV164.3149.28175.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 123 (48.44% from 255) = 22.12%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=41.55%
G=22.12%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112320200.470.130.09316.1169.2369.41
HexE77BCA02FD913c4545
Octal3471733120571511474105105
Binary1110011111110111100101001011111101100110011110010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77BCA; }

 p { color: rgb(231,123,202); }

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

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

 a { background-color: rgb(231,123,202); }

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

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

 span { border-color: rgb(231,123,202); }

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