Html Css Color HEX #EB89C2 Tea Rose

📋 copy color: '#EB89C2'

red 235 ◦ green 137 ◦ blue 194

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

Shades of Tea Rose #EB89C2

Tints of Tea Rose #EB89C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.28%

R = 41.52%
G = 24.2%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB89C2 (or 0xEB89C2) is known color: Tea Rose. HEX triplet: EB, 89 and C2. RGB value is (235,137,194). Sum of RGB (Red+Green+Blue) = 235+137+194=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89C2 is #14763D. Grayscale: #ACACAC. Windows color (decimal): -1340990 or 12749291. OLE color: 12749291.

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

Color convert

RGB 235 137 194 -
CMYK 0 0.42 0.17 0.08
HSL 325.1º 0.71% 0.73% -
HSV(B) 325.1º 0.42% 0.92% -
XYZ 52.94 39.45 55.86 -
YUV 172.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 235 137 194 0 0.42 0.17 0.08 325.1 0.71 0.73
Hex EB 89 C2 0 2A 11 8 145 47 49
Octal 353 211 302 0 52 21 10 505 107 111
Binary 11101011 10001001 11000010 0 101010 10001 1000 101000101 1000111 1001001

Color Harmonies of #EB89C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89C2

Black with #EB89C2

Text Example


Text Example

White with #EB89C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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