#EB8DCC

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

Shades of Tea Rose #EB8DCC

Tints of Tea Rose #EB8DCC

Color information

#EB8DCC (or 0xEB8DCC) is unknown color: approx Tea Rose. HEX triplet: EB, 8D and CC. RGB value is (235,141,204). Sum of RGB (Red+Green+Blue) = 235+141+204=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DCC is #147233. Grayscale: #B0B0B0. Windows color (decimal): -1339956 or 13405675. OLE color: 13405675.

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

Color convert

RGB235141204-
CMYK00.40.130.08
HSL319.79º70.15%73.73%-
HSV(B)319.79º40%92.16%-
XYZ54.6841.0762.17-
YUV176.29143.64169.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 141 (55.47% from 255) = 24.31%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=40.52%
G=24.31%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514120400.40.130.08319.7970.1573.73
HexEB8DCC028D8140464a
Octal3532153140501510500106112
Binary11101011100011011100110001010001101100010100000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DCC; }

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

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

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

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

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

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

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

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