Html Css Color HEX #EB8BCB Tea Rose

📋 copy color: '#EB8BCB'

red 235 ◦ green 139 ◦ blue 203

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

Shades of Tea Rose #EB8BCB

Tints of Tea Rose #EB8BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 40.73%
G = 24.09%
B = 35.18%

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

#EB8BCB (or 0xEB8BCB) is known color: Tea Rose. HEX triplet: EB, 8B and CB. RGB value is (235,139,203). Sum of RGB (Red+Green+Blue) = 235+139+203=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BCB is #147434. Grayscale: #AEAEAE. Windows color (decimal): -1340469 or 13339627. OLE color: 13339627.

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

Color convert

RGB 235 139 203 -
CMYK 0 0.41 0.14 0.08
HSL 320º 0.71% 0.73% -
HSV(B) 320º 0.41% 0.92% -
XYZ 54.27 40.44 61.44 -
YUV 175 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 235 139 203 0 0.41 0.14 0.08 320 0.71 0.73
Hex EB 8B CB 0 29 E 8 140 47 49
Octal 353 213 313 0 51 16 10 500 107 111
Binary 11101011 10001011 11001011 0 101001 1110 1000 101000000 1000111 1001001

Color Harmonies of #EB8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8BCB

Black with #EB8BCB

Text Example


Text Example

White with #EB8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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