#EB89C3

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

Shades of Tea Rose #EB89C3

Tints of Tea Rose #EB89C3

Color information

#EB89C3 (or 0xEB89C3) is unknown color: approx Tea Rose. HEX triplet: EB, 89 and C3. RGB value is (235,137,195). Sum of RGB (Red+Green+Blue) = 235+137+195=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89C3 is #14763C. Grayscale: #ACACAC. Windows color (decimal): -1340989 or 12814827. OLE color: 12814827.

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

Color convert

RGB235137195-
CMYK00.420.170.08
HSL324.49º71.01%72.94%-
HSV(B)324.49º41.7%92.16%-
XYZ53.0639.4956.46-
YUV172.91140.47172.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 137 (53.91% from 255) = 24.16%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=41.45%
G=24.16%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513719500.420.170.08324.4971.0172.94
HexEB89C302A1181444749
Octal3532113030522110504107111
Binary111010111000100111000011010101010001100010100010010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB89C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB89C3; }

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

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

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

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

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

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

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

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