Html Css Color HEX #EB8BC5 Tea Rose

📋 copy color: '#EB8BC5'

red 235 ◦ green 139 ◦ blue 197

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

Shades of Tea Rose #EB8BC5

Tints of Tea Rose #EB8BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 41.16%
G = 24.34%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB8BC5 (or 0xEB8BC5) is known color: Tea Rose. HEX triplet: EB, 8B and C5. RGB value is (235,139,197). Sum of RGB (Red+Green+Blue) = 235+139+197=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BC5 is #14743A. Grayscale: #AEAEAE. Windows color (decimal): -1340475 or 12946411. OLE color: 12946411.

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

Color convert

RGB 235 139 197 -
CMYK 0 0.41 0.16 0.08
HSL 323.75º 0.71% 0.73% -
HSV(B) 323.75º 0.41% 0.92% -
XYZ 53.57 40.16 57.75 -
YUV 174.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 235 139 197 0 0.41 0.16 0.08 323.75 0.71 0.73
Hex EB 8B C5 0 29 10 8 144 47 49
Octal 353 213 305 0 51 20 10 504 107 111
Binary 11101011 10001011 11000101 0 101001 10000 1000 101000100 1000111 1001001

Color Harmonies of #EB8BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8BC5

Black with #EB8BC5

Text Example


Text Example

White with #EB8BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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