#EB89C5

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

Shades of Tea Rose #EB89C5

Tints of Tea Rose #EB89C5

Color information

#EB89C5 (or 0xEB89C5) is unknown color: approx Tea Rose. HEX triplet: EB, 89 and C5. RGB value is (235,137,197). Sum of RGB (Red+Green+Blue) = 235+137+197=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89C5 is #14763A. Grayscale: #ADADAD. Windows color (decimal): -1340987 or 12945899. OLE color: 12945899.

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

Color convert

RGB235137197-
CMYK00.420.160.08
HSL323.27º71.01%72.94%-
HSV(B)323.27º41.7%92.16%-
XYZ53.2839.5857.66-
YUV173.14141.47172.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=41.30%
G=24.08%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513719700.420.160.08323.2771.0172.94
HexEB89C502A1081434749
Octal3532113050522010503107111
Binary111010111000100111000101010101010000100010100001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB89C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB89C5; }

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

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

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

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

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

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

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

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