Html Css Color HEX #EB89C1 Tea Rose

📋 copy color: '#EB89C1'

red 235 ◦ green 137 ◦ blue 193

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

Shades of Tea Rose #EB89C1

Tints of Tea Rose #EB89C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.16%

R = 41.59%
G = 24.25%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB89C1 (or 0xEB89C1) is known color: Tea Rose. HEX triplet: EB, 89 and C1. RGB value is (235,137,193). Sum of RGB (Red+Green+Blue) = 235+137+193=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89C1 is #14763E. Grayscale: #ACACAC. Windows color (decimal): -1340991 or 12683755. OLE color: 12683755.

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

Color convert

RGB 235 137 193 -
CMYK 0 0.42 0.18 0.08
HSL 325.71º 0.71% 0.73% -
HSV(B) 325.71º 0.42% 0.92% -
XYZ 52.83 39.4 55.27 -
YUV 172.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 235 137 193 0 0.42 0.18 0.08 325.71 0.71 0.73
Hex EB 89 C1 0 2A 12 8 146 47 49
Octal 353 211 301 0 52 22 10 506 107 111
Binary 11101011 10001001 11000001 0 101010 10010 1000 101000110 1000111 1001001

Color Harmonies of #EB89C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89C1

Black with #EB89C1

Text Example


Text Example

White with #EB89C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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