#EC8AC0

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

Shades of Tea Rose #EC8AC0

Tints of Tea Rose #EC8AC0

Color information

#EC8AC0 (or 0xEC8AC0) is unknown color: approx Tea Rose. HEX triplet: EC, 8A and C0. RGB value is (236,138,192). Sum of RGB (Red+Green+Blue) = 236+138+192=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC0 is #13753F. Grayscale: #ADADAD. Windows color (decimal): -1275200 or 12618476. OLE color: 12618476.

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

Color convert

RGB236138192-
CMYK00.420.190.07
HSL326.94º72.06%73.33%-
HSV(B)326.94º41.53%92.55%-
XYZ53.1939.8254.75-
YUV173.46138.47172.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 138 (54.30% from 255) = 24.38%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=41.70%
G=24.38%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613819200.420.190.07326.9472.0673.33
HexEC8AC002A1371474849
Octal354212300052237507110111
Binary11101100100010101100000001010101001111110100011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AC0; }

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

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

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

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

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

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

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

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