#E77BC9

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

Shades of Tea Rose #E77BC9

Tints of Tea Rose #E77BC9

Color information

#E77BC9 (or 0xE77BC9) is unknown color: approx Tea Rose. HEX triplet: E7, 7B and C9. RGB value is (231,123,201). Sum of RGB (Red+Green+Blue) = 231+123+201=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BC9 is #188436. Grayscale: #A3A3A3. Windows color (decimal): -1606711 or 13204455. OLE color: 13204455.

HSL color Cylindrical-coordinate representation of color #E77BC9: hue angle of 316.67º 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 #E77BC9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231123201-
CMYK00.470.130.09
HSL316.67º69.23%69.41%-
HSV(B)316.67º46.75%90.59%-
XYZ50.5835.3759.42-
YUV164.18148.78175.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 123 (48.44% from 255) = 22.16%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=41.62%
G=22.16%
B=36.22%

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
Decimal23112320100.470.130.09316.6769.2369.41
HexE77BC902FD913d4545
Octal3471733110571511475105105
Binary1110011111110111100100101011111101100110011110110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77BC9; }

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

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

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

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

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

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

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

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