#EB86CB

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

Shades of Tea Rose #EB86CB

Tints of Tea Rose #EB86CB

Color information

#EB86CB (or 0xEB86CB) is unknown color: approx Tea Rose. HEX triplet: EB, 86 and CB. RGB value is (235,134,203). Sum of RGB (Red+Green+Blue) = 235+134+203=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86CB is #147934. Grayscale: #ABABAB. Windows color (decimal): -1341749 or 13338347. OLE color: 13338347.

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

Color convert

RGB235134203-
CMYK00.430.140.08
HSL319.01º71.63%72.35%-
HSV(B)319.01º42.98%92.16%-
XYZ53.5739.0261.21-
YUV172.06145.46172.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=41.08%
G=23.43%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513420300.430.140.08319.0171.6372.35
HexEB86CB02BE813f4848
Octal3532063130531610477110110
Binary11101011100001101100101101010111110100010011111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86CB; }

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

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

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

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

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

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

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

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