#EC8DCF

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

Shades of Tea Rose #EC8DCF

Tints of Tea Rose #EC8DCF

Color information

#EC8DCF (or 0xEC8DCF) is unknown color: approx Tea Rose. HEX triplet: EC, 8D and CF. RGB value is (236,141,207). Sum of RGB (Red+Green+Blue) = 236+141+207=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DCF is #137230. Grayscale: #B0B0B0. Windows color (decimal): -1274417 or 13602284. OLE color: 13602284.

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

Color convert

RGB236141207-
CMYK00.400.120.07
HSL318.32º71.43%73.92%-
HSV(B)318.32º40.25%92.55%-
XYZ55.3841.3964.1-
YUV176.93144.97170.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 141 (55.47% from 255) = 24.14%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=40.41%
G=24.14%
B=35.45%

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
Decimal23614120700.400.120.07318.3271.4373.92
HexEC8DCF028C713e474a
Octal354215317050147476107112
Binary1110110010001101110011110101000110011110011111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DCF; }

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

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

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

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

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

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

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

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