Html Css Color HEX #EB8DCB Tea Rose

📋 copy color: '#EB8DCB'

red 235 ◦ green 141 ◦ blue 203

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

Shades of Tea Rose #EB8DCB

Tints of Tea Rose #EB8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.35%

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

R = 40.59%
G = 24.35%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB8DCB (or 0xEB8DCB) is known color: Tea Rose. HEX triplet: EB, 8D and CB. RGB value is (235,141,203). Sum of RGB (Red+Green+Blue) = 235+141+203=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DCB is #147234. Grayscale: #B0B0B0. Windows color (decimal): -1339957 or 13340139. OLE color: 13340139.

HSL color Cylindrical-coordinate representation of color #EB8DCB: hue angle of 320.43º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8DCB is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 141 203 -
CMYK 0 0.4 0.14 0.08
HSL 320.43º 0.7% 0.74% -
HSV(B) 320.43º 0.4% 0.92% -
XYZ 54.57 41.02 61.54 -
YUV 176.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 235 141 203 0 0.4 0.14 0.08 320.43 0.7 0.74
Hex EB 8D CB 0 28 E 8 140 46 4A
Octal 353 215 313 0 50 16 10 500 106 112
Binary 11101011 10001101 11001011 0 101000 1110 1000 101000000 1000110 1001010

Color Harmonies of #EB8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8DCB

Black with #EB8DCB

Text Example


Text Example

White with #EB8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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