#E778C9

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

Shades of Tea Rose #E778C9

Tints of Tea Rose #E778C9

Color information

#E778C9 (or 0xE778C9) is unknown color: approx Tea Rose. HEX triplet: E7, 78 and C9. RGB value is (231,120,201). Sum of RGB (Red+Green+Blue) = 231+120+201=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C9 is #188736. Grayscale: #A2A2A2. Windows color (decimal): -1607479 or 13203687. OLE color: 13203687.

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

Color convert

RGB231120201-
CMYK00.480.130.09
HSL316.22º69.81%68.82%-
HSV(B)316.22º48.05%90.59%-
XYZ50.2134.6459.3-
YUV162.42149.77176.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 120 (47.27% from 255) = 21.74%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=41.85%
G=21.74%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112020100.480.130.09316.2269.8168.82
HexE778C9030D913c4645
Octal3471703110601511474106105
Binary1110011111110001100100101100001101100110011110010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778C9; }

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

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

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

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

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

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

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

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