Html Css Color HEX #EB8ACE Tea Rose

📋 copy color: '#EB8ACE'

red 235 ◦ green 138 ◦ blue 206

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

Shades of Tea Rose #EB8ACE

Tints of Tea Rose #EB8ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.83%

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 40.59%
G = 23.83%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB8ACE (or 0xEB8ACE) is known color: Tea Rose. HEX triplet: EB, 8A and CE. RGB value is (235,138,206). Sum of RGB (Red+Green+Blue) = 235+138+206=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ACE is #147531. Grayscale: #AEAEAE. Windows color (decimal): -1340722 or 13535979. OLE color: 13535979.

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

Color convert

RGB 235 138 206 -
CMYK 0 0.41 0.12 0.08
HSL 317.94º 0.71% 0.73% -
HSV(B) 317.94º 0.41% 0.92% -
XYZ 54.49 40.3 63.3 -
YUV 174.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 235 138 206 0 0.41 0.12 0.08 317.94 0.71 0.73
Hex EB 8A CE 0 29 C 8 13E 47 49
Octal 353 212 316 0 51 14 10 476 107 111
Binary 11101011 10001010 11001110 0 101001 1100 1000 100111110 1000111 1001001

Color Harmonies of #EB8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8ACE

Black with #EB8ACE

Text Example


Text Example

White with #EB8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8ACE; }

 p { color: rgb(235,138,206); }

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

background-color css

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

 a { background-color: rgb(235,138,206); }

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

border-color css

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

 span { border-color: rgb(235,138,206); }

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