#E78DCD

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

Shades of Tea Rose #E78DCD

Tints of Tea Rose #E78DCD

Color information

#E78DCD (or 0xE78DCD) is unknown color: approx Tea Rose. HEX triplet: E7, 8D and CD. RGB value is (231,141,205). Sum of RGB (Red+Green+Blue) = 231+141+205=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DCD is #187232. Grayscale: #AFAFAF. Windows color (decimal): -1602099 or 13471207. OLE color: 13471207.

HSL color Cylindrical-coordinate representation of color #E78DCD: hue angle of 317.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78DCD is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231141205-
CMYK00.390.110.09
HSL317.33º65.22%72.94%-
HSV(B)317.33º38.96%90.59%-
XYZ53.540.4562.74-
YUV175.21144.82167.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=40.03%
G=24.44%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114120500.390.110.09317.3365.2272.94
HexE78DCD027B913d4149
Octal3472153150471311475101111
Binary11100111100011011100110101001111011100110011110110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78DCD; }

 p { color: rgb(231,141,205); }

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

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

 a { background-color: rgb(231,141,205); }

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

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

 span { border-color: rgb(231,141,205); }

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