#EC8CC3

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

Shades of Tea Rose #EC8CC3

Tints of Tea Rose #EC8CC3

Color information

#EC8CC3 (or 0xEC8CC3) is unknown color: approx Tea Rose. HEX triplet: EC, 8C and C3. RGB value is (236,140,195). Sum of RGB (Red+Green+Blue) = 236+140+195=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CC3 is #13733C. Grayscale: #AEAEAE. Windows color (decimal): -1274685 or 12815596. OLE color: 12815596.

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

Color convert

RGB236140195-
CMYK00.410.170.07
HSL325.62º71.64%73.73%-
HSV(B)325.62º40.68%92.55%-
XYZ53.8240.5356.62-
YUV174.97139.3171.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 140 (55.08% from 255) = 24.52%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=41.33%
G=24.52%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614019500.410.170.07325.6271.6473.73
HexEC8CC3029117146484a
Octal354214303051217506110112
Binary11101100100011001100001101010011000111110100011010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CC3; }

 p { color: rgb(236,140,195); }

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

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

 a { background-color: rgb(236,140,195); }

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

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

 span { border-color: rgb(236,140,195); }

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