Html Css Color HEX #EB8BC9 Tea Rose

📋 copy color: '#EB8BC9'

red 235 ◦ green 139 ◦ blue 201

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

Shades of Tea Rose #EB8BC9

Tints of Tea Rose #EB8BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.96%

R = 40.87%
G = 24.17%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB8BC9 (or 0xEB8BC9) is known color: Tea Rose. HEX triplet: EB, 8B and C9. RGB value is (235,139,201). Sum of RGB (Red+Green+Blue) = 235+139+201=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BC9 is #147436. Grayscale: #AEAEAE. Windows color (decimal): -1340471 or 13208555. OLE color: 13208555.

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

Color convert

RGB 235 139 201 -
CMYK 0 0.41 0.14 0.08
HSL 321.25º 0.71% 0.73% -
HSV(B) 321.25º 0.41% 0.92% -
XYZ 54.04 40.34 60.2 -
YUV 174.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 235 139 201 0 0.41 0.14 0.08 321.25 0.71 0.73
Hex EB 8B C9 0 29 E 8 141 47 49
Octal 353 213 311 0 51 16 10 501 107 111
Binary 11101011 10001011 11001001 0 101001 1110 1000 101000001 1000111 1001001

Color Harmonies of #EB8BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8BC9

Black with #EB8BC9

Text Example


Text Example

White with #EB8BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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