#E78BC8

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

Shades of Tea Rose #E78BC8

Tints of Tea Rose #E78BC8

Color information

#E78BC8 (or 0xE78BC8) is unknown color: approx Tea Rose. HEX triplet: E7, 8B and C8. RGB value is (231,139,200). Sum of RGB (Red+Green+Blue) = 231+139+200=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BC8 is #187437. Grayscale: #ADADAD. Windows color (decimal): -1602616 or 13143015. OLE color: 13143015.

HSL color Cylindrical-coordinate representation of color #E78BC8: hue angle of 320.22º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BC8 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231139200-
CMYK00.400.130.09
HSL320.22º65.71%72.55%-
HSV(B)320.22º39.83%90.59%-
XYZ52.6139.6259.52-
YUV173.46142.98169.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 139 (54.69% from 255) = 24.39%
BLUE value IS 200 (78.52% from 255) = 35.09%
R=40.53%
G=24.39%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113920000.400.130.09320.2265.7172.55
HexE78BC8028D91404249
Octal3472133100501511500102111
Binary11100111100010111100100001010001101100110100000010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BC8; }

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

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

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

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

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

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

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

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