#E77AC8

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

Shades of Tea Rose #E77AC8

Tints of Tea Rose #E77AC8

Color information

#E77AC8 (or 0xE77AC8) is unknown color: approx Tea Rose. HEX triplet: E7, 7A and C8. RGB value is (231,122,200). Sum of RGB (Red+Green+Blue) = 231+122+200=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AC8 is #188537. Grayscale: #A3A3A3. Windows color (decimal): -1606968 or 13138663. OLE color: 13138663.

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

Color convert

RGB231122200-
CMYK00.470.130.09
HSL317.06º69.43%69.22%-
HSV(B)317.06º47.19%90.59%-
XYZ50.3435.0858.76-
YUV163.48148.61176.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 200 (78.52% from 255) = 36.17%
R=41.77%
G=22.06%
B=36.17%

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
Decimal23112220000.470.130.09317.0669.4369.22
HexE77AC802FD913d4545
Octal3471723100571511475105105
Binary1110011111110101100100001011111101100110011110110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77AC8; }

 p { color: rgb(231,122,200); }

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

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

 a { background-color: rgb(231,122,200); }

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

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

 span { border-color: rgb(231,122,200); }

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