#EB86CA

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

Shades of Tea Rose #EB86CA

Tints of Tea Rose #EB86CA

Color information

#EB86CA (or 0xEB86CA) is unknown color: approx Tea Rose. HEX triplet: EB, 86 and CA. RGB value is (235,134,202). Sum of RGB (Red+Green+Blue) = 235+134+202=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86CA is #147935. Grayscale: #ABABAB. Windows color (decimal): -1341750 or 13272811. OLE color: 13272811.

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

Color convert

RGB235134202-
CMYK00.430.140.08
HSL319.6º71.63%72.35%-
HSV(B)319.6º42.98%92.16%-
XYZ53.4538.9860.58-
YUV171.95144.96172.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=41.16%
G=23.47%
B=35.38%

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
Decimal23513420200.430.140.08319.671.6372.35
HexEB86CA02BE81404848
Octal3532063120531610500110110
Binary11101011100001101100101001010111110100010100000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86CA; }

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

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

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

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

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

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

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

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