#EB89BD

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

Shades of Tea Rose #EB89BD

Tints of Tea Rose #EB89BD

Color information

#EB89BD (or 0xEB89BD) is unknown color: approx Tea Rose. HEX triplet: EB, 89 and BD. RGB value is (235,137,189). Sum of RGB (Red+Green+Blue) = 235+137+189=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89BD is #147642. Grayscale: #ACACAC. Windows color (decimal): -1340995 or 12421611. OLE color: 12421611.

HSL color Cylindrical-coordinate representation of color #EB89BD: hue angle of 328.16º 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 #EB89BD is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235137189-
CMYK00.420.200.08
HSL328.16º71.01%72.94%-
HSV(B)328.16º41.7%92.16%-
XYZ52.3939.2352.95-
YUV172.23137.47172.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 137 (53.91% from 255) = 24.42%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=41.89%
G=24.42%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513718900.420.200.08328.1671.0172.94
HexEB89BD02A1481484749
Octal3532112750522410510107111
Binary111010111000100110111101010101010100100010100100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB89BD; }

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

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

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

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

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

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

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

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