Html Css Color HEX #EB8BC2 Tea Rose

📋 copy color: '#EB8BC2'

red 235 ◦ green 139 ◦ blue 194

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

Shades of Tea Rose #EB8BC2

Tints of Tea Rose #EB8BC2

RGB

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

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

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

R = 41.37%
G = 24.47%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB8BC2 (or 0xEB8BC2) is known color: Tea Rose. HEX triplet: EB, 8B and C2. RGB value is (235,139,194). Sum of RGB (Red+Green+Blue) = 235+139+194=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BC2 is #14743D. Grayscale: #ADADAD. Windows color (decimal): -1340478 or 12749803. OLE color: 12749803.

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

Color convert

RGB 235 139 194 -
CMYK 0 0.41 0.17 0.08
HSL 325.63º 0.71% 0.73% -
HSV(B) 325.63º 0.41% 0.92% -
XYZ 53.23 40.02 55.96 -
YUV 173.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 235 139 194 0 0.41 0.17 0.08 325.63 0.71 0.73
Hex EB 8B C2 0 29 11 8 146 47 49
Octal 353 213 302 0 51 21 10 506 107 111
Binary 11101011 10001011 11000010 0 101001 10001 1000 101000110 1000111 1001001

Color Harmonies of #EB8BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8BC2

Black with #EB8BC2

Text Example


Text Example

White with #EB8BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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