#EC8DCC

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

Shades of Tea Rose #EC8DCC

Tints of Tea Rose #EC8DCC

Color information

#EC8DCC (or 0xEC8DCC) is unknown color: approx Tea Rose. HEX triplet: EC, 8D and CC. RGB value is (236,141,204). Sum of RGB (Red+Green+Blue) = 236+141+204=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DCC is #137233. Grayscale: #B0B0B0. Windows color (decimal): -1274420 or 13405676. OLE color: 13405676.

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

Color convert

RGB236141204-
CMYK00.400.140.07
HSL320.21º71.43%73.92%-
HSV(B)320.21º40.25%92.55%-
XYZ55.0241.2462.19-
YUV176.59143.47170.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=40.62%
G=24.27%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614120400.400.140.07320.2171.4373.92
HexEC8DCC028E7140474a
Octal354215314050167500107112
Binary1110110010001101110011000101000111011110100000010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DCC; }

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

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

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

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

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

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

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

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