#EB8DC7

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

Shades of Tea Rose #EB8DC7

Tints of Tea Rose #EB8DC7

Color information

#EB8DC7 (or 0xEB8DC7) is unknown color: approx Tea Rose. HEX triplet: EB, 8D and C7. RGB value is (235,141,199). Sum of RGB (Red+Green+Blue) = 235+141+199=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DC7 is #147238. Grayscale: #AFAFAF. Windows color (decimal): -1339961 or 13077995. OLE color: 13077995.

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

Color convert

RGB235141199-
CMYK00.40.150.08
HSL322.98º70.15%73.73%-
HSV(B)322.98º40%92.16%-
XYZ54.0940.8459.06-
YUV175.72141.14170.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=40.87%
G=24.52%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514119900.40.150.08322.9870.1573.73
HexEB8DC7028F8143464a
Octal3532153070501710503106112
Binary11101011100011011100011101010001111100010100001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DC7; }

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

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

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

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

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

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

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

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