Html Css Color HEX #EB89CF Tea Rose

📋 copy color: '#EB89CF'

red 235 ◦ green 137 ◦ blue 207

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

Shades of Tea Rose #EB89CF

Tints of Tea Rose #EB89CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 40.59%
G = 23.66%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB89CF (or 0xEB89CF) is known color: Tea Rose. HEX triplet: EB, 89 and CF. RGB value is (235,137,207). Sum of RGB (Red+Green+Blue) = 235+137+207=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB89CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB89CF is #147630. Grayscale: #AEAEAE. Windows color (decimal): -1340977 or 13601259. OLE color: 13601259.

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

Color convert

RGB 235 137 207 -
CMYK 0 0.42 0.12 0.08
HSL 317.14º 0.71% 0.73% -
HSV(B) 317.14º 0.42% 0.92% -
XYZ 54.47 40.06 63.89 -
YUV 174.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 235 137 207 0 0.42 0.12 0.08 317.14 0.71 0.73
Hex EB 89 CF 0 2A C 8 13D 47 49
Octal 353 211 317 0 52 14 10 475 107 111
Binary 11101011 10001001 11001111 0 101010 1100 1000 100111101 1000111 1001001

Color Harmonies of #EB89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB89CF

Black with #EB89CF

Text Example


Text Example

White with #EB89CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB89CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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