#EC89CC

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

Shades of Tea Rose #EC89CC

Tints of Tea Rose #EC89CC

Color information

#EC89CC (or 0xEC89CC) is unknown color: approx Tea Rose. HEX triplet: EC, 89 and CC. RGB value is (236,137,204). Sum of RGB (Red+Green+Blue) = 236+137+204=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC89CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC89CC is #137633. Grayscale: #AEAEAE. Windows color (decimal): -1275444 or 13404652. OLE color: 13404652.

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

Color convert

RGB236137204-
CMYK00.420.140.07
HSL319.39º72.26%73.14%-
HSV(B)319.39º41.95%92.55%-
XYZ54.4440.0861.99-
YUV174.24144.8172.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 137 (53.91% from 255) = 23.74%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=40.90%
G=23.74%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613720400.420.140.07319.3972.2673.14
HexEC89CC02AE713f4849
Octal354211314052167477110111
Binary1110110010001001110011000101010111011110011111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC89CC; }

 p { color: rgb(236,137,204); }

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

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

 a { background-color: rgb(236,137,204); }

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

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

 span { border-color: rgb(236,137,204); }

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