#EB8DC6

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

Shades of Tea Rose #EB8DC6

Tints of Tea Rose #EB8DC6

Color information

#EB8DC6 (or 0xEB8DC6) is unknown color: approx Tea Rose. HEX triplet: EB, 8D and C6. RGB value is (235,141,198). Sum of RGB (Red+Green+Blue) = 235+141+198=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DC6 is #147239. Grayscale: #AFAFAF. Windows color (decimal): -1339962 or 13012459. OLE color: 13012459.

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

Color convert

RGB235141198-
CMYK00.40.160.08
HSL323.62º70.15%73.73%-
HSV(B)323.62º40%92.16%-
XYZ53.9840.7958.45-
YUV175.6140.64170.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 141 (55.47% from 255) = 24.56%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=40.94%
G=24.56%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514119800.40.160.08323.6270.1573.73
HexEB8DC6028108144464a
Octal3532153060502010504106112
Binary111010111000110111000110010100010000100010100010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DC6; }

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

 H1.HeaderClassName
 {
   color: #EB8DC6;
 }
 .AnyTagClassName
 {
   color: #EB8DC6;
 }
</style>
background-color css

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

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

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

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

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

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