#ec8ecf

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

Shades of Tea Rose #EC8ECF

Tints of Tea Rose #EC8ECF

Color information

#EC8ECF (or 0xEC8ECF) is unknown color: approx Tea Rose. HEX triplet: EC, 8E and CF. RGB value is (236,142,207). Sum of RGB (Red+Green+Blue) = 236+142+207=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8ECF is #137130. Grayscale: #B1B1B1. Windows color (decimal): -1274161 or 13602540. OLE color: 13602540.

HSL color Cylindrical-coordinate representation of color #EC8ECF: hue angle of 318.51º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8ECF is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB236142207-
CMYK00.400.120.07
HSL318.51º71.21%74.12%-
HSV(B)318.51º39.83%92.55%-
XYZ55.5341.6864.15-
YUV177.52144.64169.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.34%
GREEN value IS 142 (55.86% from 255) = 24.27%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=40.34%
G=24.27%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614220700.400.120.07318.5171.2174.12
HexEC8ECF028C713f474a
Octal354216317050147477107112
Binary1110110010001110110011110101000110011110011111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec8ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec8ecf; }

 p { color: rgb(236,142,207); }

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

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

 a { background-color: rgb(236,142,207); }

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

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

 span { border-color: rgb(236,142,207); }

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