#E78ACB

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

Shades of Tea Rose #E78ACB

Tints of Tea Rose #E78ACB

Color information

#E78ACB (or 0xE78ACB) is unknown color: approx Tea Rose. HEX triplet: E7, 8A and CB. RGB value is (231,138,203). Sum of RGB (Red+Green+Blue) = 231+138+203=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ACB is #187534. Grayscale: #ADADAD. Windows color (decimal): -1602869 or 13339367. OLE color: 13339367.

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

Color convert

RGB231138203-
CMYK00.400.120.09
HSL318.06º65.96%72.35%-
HSV(B)318.06º40.26%90.59%-
XYZ52.8239.4861.34-
YUV173.22144.81169.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=40.38%
G=24.13%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113820300.400.120.09318.0665.9672.35
HexE78ACB028C913e4248
Octal3472123130501411476102110
Binary11100111100010101100101101010001100100110011111010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78ACB; }

 p { color: rgb(231,138,203); }

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

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

 a { background-color: rgb(231,138,203); }

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

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

 span { border-color: rgb(231,138,203); }

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