#EB86C0

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

Shades of Tea Rose #EB86C0

Tints of Tea Rose #EB86C0

Color information

#EB86C0 (or 0xEB86C0) is unknown color: approx Tea Rose. HEX triplet: EB, 86 and C0. RGB value is (235,134,192). Sum of RGB (Red+Green+Blue) = 235+134+192=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86C0 is #14793F. Grayscale: #AAAAAA. Windows color (decimal): -1341760 or 12617451. OLE color: 12617451.

HSL color Cylindrical-coordinate representation of color #EB86C0: hue angle of 325.54º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB86C0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235134192-
CMYK00.430.180.08
HSL325.54º71.63%72.35%-
HSV(B)325.54º42.98%92.16%-
XYZ52.338.5254.55-
YUV170.81139.96173.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 134 (52.73% from 255) = 23.89%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=41.89%
G=23.89%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513419200.430.180.08325.5471.6372.35
HexEB86C002B1281464848
Octal3532063000532210506110110
Binary111010111000011011000000010101110010100010100011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86C0; }

 p { color: rgb(235,134,192); }

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

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

 a { background-color: rgb(235,134,192); }

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

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

 span { border-color: rgb(235,134,192); }

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