#EB89BC

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

Shades of Tea Rose #EB89BC

Tints of Tea Rose #EB89BC

Color information

#EB89BC (or 0xEB89BC) is unknown color: approx Tea Rose. HEX triplet: EB, 89 and BC. RGB value is (235,137,188). Sum of RGB (Red+Green+Blue) = 235+137+188=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89BC is #147643. Grayscale: #ACACAC. Windows color (decimal): -1340996 or 12356075. OLE color: 12356075.

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

Color convert

RGB235137188-
CMYK00.420.20.08
HSL328.78º71.01%72.94%-
HSV(B)328.78º41.7%92.16%-
XYZ52.2839.1852.38-
YUV172.12136.97172.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 188 (73.83% from 255) = 33.57%
R=41.96%
G=24.46%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513718800.420.20.08328.7871.0172.94
HexEB89BC02A1481494749
Octal3532112740522410511107111
Binary111010111000100110111100010101010100100010100100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB89BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB89BC; }

 p { color: rgb(235,137,188); }

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

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

 a { background-color: rgb(235,137,188); }

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

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

 span { border-color: rgb(235,137,188); }

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