#EC8AC1

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

Shades of Tea Rose #EC8AC1

Tints of Tea Rose #EC8AC1

Color information

#EC8AC1 (or 0xEC8AC1) is unknown color: approx Tea Rose. HEX triplet: EC, 8A and C1. RGB value is (236,138,193). Sum of RGB (Red+Green+Blue) = 236+138+193=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC1 is #13753E. Grayscale: #ADADAD. Windows color (decimal): -1275199 or 12684012. OLE color: 12684012.

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

Color convert

RGB236138193-
CMYK00.420.180.07
HSL326.33º72.06%73.33%-
HSV(B)326.33º41.53%92.55%-
XYZ53.3139.8655.34-
YUV173.57138.97172.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 138 (54.30% from 255) = 24.34%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=41.62%
G=24.34%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613819300.420.180.07326.3372.0673.33
HexEC8AC102A1271464849
Octal354212301052227506110111
Binary11101100100010101100000101010101001011110100011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AC1; }

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

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

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

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

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

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

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

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