Html Css Color HEX #EB89D0 Tea Rose

📋 copy color: '#EB89D0'

red 235 ◦ green 137 ◦ blue 208

#EB89D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EB89D0

Tints of Tea Rose #EB89D0

RGB

 RED value IS 235 (92.19% from 255) = 40.52%

 GREEN value IS 137 (53.91% from 255) = 23.62%

 BLUE value IS 208 (81.64% from 255) = 35.86%

R = 40.52%
G = 23.62%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB89D0 (or 0xEB89D0) is known color: Tea Rose. HEX triplet: EB, 89 and D0. RGB value is (235,137,208). Sum of RGB (Red+Green+Blue) = 235+137+208=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89D0 is #14762F. Grayscale: #AEAEAE. Windows color (decimal): -1340976 or 13666795. OLE color: 13666795.

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

Color convert

RGB 235 137 208 -
CMYK 0 0.42 0.11 0.08
HSL 316.53º 0.71% 0.73% -
HSV(B) 316.53º 0.42% 0.92% -
XYZ 54.59 40.11 64.54 -
YUV 174.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 235 137 208 0 0.42 0.11 0.08 316.53 0.71 0.73
Hex EB 89 D0 0 2A B 8 13D 47 49
Octal 353 211 320 0 52 13 10 475 107 111
Binary 11101011 10001001 11010000 0 101010 1011 1000 100111101 1000111 1001001

Color Harmonies of #EB89D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89D0

Black with #EB89D0

Text Example


Text Example

White with #EB89D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89D0; }

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

 H1.HeaderClassName
 {
   color: #EB89D0;
 }
 .AnyTagClassName
 {
   color: #EB89D0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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