#EB8ACE

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

Shades of Tea Rose #EB8ACE

Tints of Tea Rose #EB8ACE

Color information

#EB8ACE (or 0xEB8ACE) is unknown color: approx Tea Rose. HEX triplet: EB, 8A and CE. RGB value is (235,138,206). Sum of RGB (Red+Green+Blue) = 235+138+206=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ACE is #147531. Grayscale: #AEAEAE. Windows color (decimal): -1340722 or 13535979. OLE color: 13535979.

HSL color Cylindrical-coordinate representation of color #EB8ACE: hue angle of 317.94º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8ACE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235138206-
CMYK00.410.120.08
HSL317.94º70.8%73.14%-
HSV(B)317.94º41.28%92.16%-
XYZ54.4940.363.3-
YUV174.76145.64170.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 138 (54.30% from 255) = 23.83%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=40.59%
G=23.83%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513820600.410.120.08317.9470.873.14
HexEB8ACE029C813e4749
Octal3532123160511410476107111
Binary11101011100010101100111001010011100100010011111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8ACE; }

 p { color: rgb(235,138,206); }

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

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

 a { background-color: rgb(235,138,206); }

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

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

 span { border-color: rgb(235,138,206); }

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