#EC84D0

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

Shades of Tea Rose #EC84D0

Tints of Tea Rose #EC84D0

Color information

#EC84D0 (or 0xEC84D0) is unknown color: approx Tea Rose. HEX triplet: EC, 84 and D0. RGB value is (236,132,208). Sum of RGB (Red+Green+Blue) = 236+132+208=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84D0 is #137B2F. Grayscale: #ABABAB. Windows color (decimal): -1276720 or 13665516. OLE color: 13665516.

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

Color convert

RGB236132208-
CMYK00.440.120.07
HSL316.15º73.24%72.16%-
HSV(B)316.15º44.07%92.55%-
XYZ54.2338.8964.32-
YUV171.76148.46173.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=40.97%
G=22.92%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613220800.440.120.07316.1573.2472.16
HexEC84D002CC713c4948
Octal354204320054147474111110
Binary1110110010000100110100000101100110011110011110010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC84D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC84D0; }

 p { color: rgb(236,132,208); }

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

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

 a { background-color: rgb(236,132,208); }

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

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

 span { border-color: rgb(236,132,208); }

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