#EB8DCB

Color #EB8DCB Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EB8DCB

Tints of Tea Rose #EB8DCB

Color information

#EB8DCB (or 0xEB8DCB) is unknown color: approx 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

RGB235141203-
CMYK00.40.140.08
HSL320.43º70.15%73.73%-
HSV(B)320.43º40%92.16%-
XYZ54.5741.0261.54-
YUV176.17143.14169.96-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514120300.40.140.08320.4370.1573.73
HexEB8DCB028E8140464a
Octal3532153130501610500106112
Binary11101011100011011100101101010001110100010100000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>