#EB8DC5

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

Shades of Tea Rose #EB8DC5

Tints of Tea Rose #EB8DC5

Color information

#EB8DC5 (or 0xEB8DC5) is unknown color: approx Tea Rose. HEX triplet: EB, 8D and C5. RGB value is (235,141,197). Sum of RGB (Red+Green+Blue) = 235+141+197=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DC5 is #14723A. Grayscale: #AFAFAF. Windows color (decimal): -1339963 or 12946923. OLE color: 12946923.

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

Color convert

RGB235141197-
CMYK00.40.160.08
HSL324.26º70.15%73.73%-
HSV(B)324.26º40%92.16%-
XYZ53.8640.7457.85-
YUV175.49140.14170.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 141 (55.47% from 255) = 24.61%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=41.01%
G=24.61%
B=34.38%

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
Decimal23514119700.40.160.08324.2670.1573.73
HexEB8DC5028108144464a
Octal3532153050502010504106112
Binary111010111000110111000101010100010000100010100010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DC5; }

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

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

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

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

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

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

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

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