#E78ECF

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

Shades of Tea Rose #E78ECF

Tints of Tea Rose #E78ECF

Color information

#E78ECF (or 0xE78ECF) is unknown color: approx Tea Rose. HEX triplet: E7, 8E and CF. RGB value is (231,142,207). Sum of RGB (Red+Green+Blue) = 231+142+207=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ECF is #187130. Grayscale: #AFAFAF. Windows color (decimal): -1601841 or 13602535. OLE color: 13602535.

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

Color convert

RGB231142207-
CMYK00.390.100.09
HSL316.18º64.96%73.14%-
HSV(B)316.18º38.53%90.59%-
XYZ53.8940.8464.07-
YUV176.02145.49167.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=39.83%
G=24.48%
B=35.69%

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
Decimal23114220700.390.100.09316.1864.9673.14
HexE78ECF027A913c4149
Octal3472163170471211474101111
Binary11100111100011101100111101001111010100110011110010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78ECF; }

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

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

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

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

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

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

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

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