#EC86C5

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

Shades of Tea Rose #EC86C5

Tints of Tea Rose #EC86C5

Color information

#EC86C5 (or 0xEC86C5) is unknown color: approx Tea Rose. HEX triplet: EC, 86 and C5. RGB value is (236,134,197). Sum of RGB (Red+Green+Blue) = 236+134+197=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC86C5 is #13793A. Grayscale: #ABABAB. Windows color (decimal): -1276219 or 12945132. OLE color: 12945132.

HSL color Cylindrical-coordinate representation of color #EC86C5: hue angle of 322.94º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC86C5 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB236134197-
CMYK00.430.170.07
HSL322.94º72.86%72.55%-
HSV(B)322.94º43.22%92.55%-
XYZ53.238.9157.53-
YUV171.68142.29173.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 134 (52.73% from 255) = 23.63%
BLUE value IS 197 (77.34% from 255) = 34.74%
R=41.62%
G=23.63%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613419700.430.170.07322.9472.8672.55
HexEC86C502B1171434949
Octal354206305053217503111111
Binary11101100100001101100010101010111000111110100001110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC86C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC86C5; }

 p { color: rgb(236,134,197); }

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

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

 a { background-color: rgb(236,134,197); }

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

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

 span { border-color: rgb(236,134,197); }

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