#EC8AC7

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

Shades of Tea Rose #EC8AC7

Tints of Tea Rose #EC8AC7

Color information

#EC8AC7 (or 0xEC8AC7) is unknown color: approx Tea Rose. HEX triplet: EC, 8A and C7. RGB value is (236,138,199). Sum of RGB (Red+Green+Blue) = 236+138+199=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC7 is #137538. Grayscale: #AEAEAE. Windows color (decimal): -1275193 or 13077228. OLE color: 13077228.

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

Color convert

RGB236138199-
CMYK00.420.160.07
HSL322.65º72.06%73.33%-
HSV(B)322.65º41.53%92.55%-
XYZ53.9940.1358.93-
YUV174.26141.97172.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=41.19%
G=24.08%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613819900.420.160.07322.6572.0673.33
HexEC8AC702A1071434849
Octal354212307052207503110111
Binary11101100100010101100011101010101000011110100001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AC7; }

 p { color: rgb(236,138,199); }

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

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

 a { background-color: rgb(236,138,199); }

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

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

 span { border-color: rgb(236,138,199); }

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