Html Css Color HEX #EB8BC0 Tea Rose

📋 copy color: '#EB8BC0'

red 235 ◦ green 139 ◦ blue 192

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

Shades of Tea Rose #EB8BC0

Tints of Tea Rose #EB8BC0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.56%

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 41.52%
G = 24.56%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB8BC0 (or 0xEB8BC0) is known color: Tea Rose. HEX triplet: EB, 8B and C0. RGB value is (235,139,192). Sum of RGB (Red+Green+Blue) = 235+139+192=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BC0 is #14743F. Grayscale: #ADADAD. Windows color (decimal): -1340480 or 12618731. OLE color: 12618731.

HSL color Cylindrical-coordinate representation of color #EB8BC0: hue angle of 326.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8BC0 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 139 192 -
CMYK 0 0.41 0.18 0.08
HSL 326.88º 0.71% 0.73% -
HSV(B) 326.88º 0.41% 0.92% -
XYZ 53.01 39.93 54.78 -
YUV 173.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 235 139 192 0 0.41 0.18 0.08 326.88 0.71 0.73
Hex EB 8B C0 0 29 12 8 147 47 49
Octal 353 213 300 0 51 22 10 507 107 111
Binary 11101011 10001011 11000000 0 101001 10010 1000 101000111 1000111 1001001

Color Harmonies of #EB8BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8BC0

Black with #EB8BC0

Text Example


Text Example

White with #EB8BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8BC0; }

 p { color: rgb(235,139,192); }

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

background-color css

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

 a { background-color: rgb(235,139,192); }

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

border-color css

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

 span { border-color: rgb(235,139,192); }

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