#E78DCF

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

Shades of Tea Rose #E78DCF

Tints of Tea Rose #E78DCF

Color information

#E78DCF (or 0xE78DCF) is unknown color: approx Tea Rose. HEX triplet: E7, 8D and CF. RGB value is (231,141,207). Sum of RGB (Red+Green+Blue) = 231+141+207=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DCF is #187230. Grayscale: #AFAFAF. Windows color (decimal): -1602097 or 13602279. OLE color: 13602279.

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

Color convert

RGB231141207-
CMYK00.390.100.09
HSL316º65.22%72.94%-
HSV(B)316º38.96%90.59%-
XYZ53.7440.5464.02-
YUV175.43145.82167.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=39.90%
G=24.35%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114120700.390.100.0931665.2272.94
HexE78DCF027A913c4149
Octal3472153170471211474101111
Binary11100111100011011100111101001111010100110011110010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78DCF; }

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

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

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

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

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

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

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

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