#EC84C6

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

Shades of Tea Rose #EC84C6

Tints of Tea Rose #EC84C6

Color information

#EC84C6 (or 0xEC84C6) is unknown color: approx Tea Rose. HEX triplet: EC, 84 and C6. RGB value is (236,132,198). Sum of RGB (Red+Green+Blue) = 236+132+198=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC84C6 is #137B39. Grayscale: #AAAAAA. Windows color (decimal): -1276730 or 13010156. OLE color: 13010156.

HSL color Cylindrical-coordinate representation of color #EC84C6: hue angle of 321.92º 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 #EC84C6 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB236132198-
CMYK00.440.160.07
HSL321.92º73.24%72.16%-
HSV(B)321.92º44.07%92.55%-
XYZ53.0438.4158.05-
YUV170.62143.46174.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 132 (51.95% from 255) = 23.32%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=41.70%
G=23.32%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613219800.440.160.07321.9273.2472.16
HexEC84C602C1071424948
Octal354204306054207502111110
Binary11101100100001001100011001011001000011110100001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC84C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC84C6; }

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

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

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

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

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

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

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

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