#EC7DCD

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

Shades of Tea Rose #EC7DCD

Tints of Tea Rose #EC7DCD

Color information

#EC7DCD (or 0xEC7DCD) is unknown color: approx Tea Rose. HEX triplet: EC, 7D and CD. RGB value is (236,125,205). Sum of RGB (Red+Green+Blue) = 236+125+205=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DCD is #138232. Grayscale: #A7A7A7. Windows color (decimal): -1278515 or 13467116. OLE color: 13467116.

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

Color convert

RGB236125205-
CMYK00.470.130.07
HSL316.76º74.5%70.78%-
HSV(B)316.76º47.03%92.55%-
XYZ52.9536.9162.09-
YUV167.31149.27177-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 125 (49.22% from 255) = 22.08%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=41.70%
G=22.08%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612520500.470.130.07316.7674.570.78
HexEC7DCD02FD713d4a47
Octal354175315057157475112107
Binary111011001111101110011010101111110111110011110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DCD; }

 p { color: rgb(236,125,205); }

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

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

 a { background-color: rgb(236,125,205); }

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

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

 span { border-color: rgb(236,125,205); }

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