#EB86CC

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

Shades of Tea Rose #EB86CC

Tints of Tea Rose #EB86CC

Color information

#EB86CC (or 0xEB86CC) is unknown color: approx Tea Rose. HEX triplet: EB, 86 and CC. RGB value is (235,134,204). Sum of RGB (Red+Green+Blue) = 235+134+204=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86CC is #147933. Grayscale: #ACACAC. Windows color (decimal): -1341748 or 13403883. OLE color: 13403883.

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

Color convert

RGB235134204-
CMYK00.430.130.08
HSL318.42º71.63%72.35%-
HSV(B)318.42º42.98%92.16%-
XYZ53.6939.0761.84-
YUV172.18145.96172.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 134 (52.73% from 255) = 23.39%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=41.01%
G=23.39%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513420400.430.130.08318.4271.6372.35
HexEB86CC02BD813e4848
Octal3532063140531510476110110
Binary11101011100001101100110001010111101100010011111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86CC; }

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

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

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

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

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

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

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

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