#EC8DD1

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

Shades of Tea Rose #EC8DD1

Tints of Tea Rose #EC8DD1

Color information

#EC8DD1 (or 0xEC8DD1) is unknown color: approx Tea Rose. HEX triplet: EC, 8D and D1. RGB value is (236,141,209). Sum of RGB (Red+Green+Blue) = 236+141+209=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8DD1 is #13722E. Grayscale: #B0B0B0. Windows color (decimal): -1274415 or 13733356. OLE color: 13733356.

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

Color convert

RGB236141209-
CMYK00.400.110.07
HSL317.05º71.43%73.92%-
HSV(B)317.05º40.25%92.55%-
XYZ55.6341.4965.4-
YUV177.16145.97169.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=40.27%
G=24.06%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614120900.400.110.07317.0571.4373.92
HexEC8DD1028B713d474a
Octal354215321050137475107112
Binary1110110010001101110100010101000101111110011110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DD1; }

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

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

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

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

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

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

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

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