#EC7CD0

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

Shades of Tea Rose #EC7CD0

Tints of Tea Rose #EC7CD0

Color information

#EC7CD0 (or 0xEC7CD0) is unknown color: approx Tea Rose. HEX triplet: EC, 7C and D0. RGB value is (236,124,208). Sum of RGB (Red+Green+Blue) = 236+124+208=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7CD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7CD0 is #13832F. Grayscale: #A6A6A6. Windows color (decimal): -1278768 or 13663468. OLE color: 13663468.

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

Color convert

RGB236124208-
CMYK00.470.120.07
HSL315º74.67%70.59%-
HSV(B)315º47.46%92.55%-
XYZ53.1836.863.97-
YUV167.06151.11177.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 124 (48.83% from 255) = 21.83%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=41.55%
G=21.83%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612420800.470.120.0731574.6770.59
HexEC7CD002FC713b4b47
Octal354174320057147473113107
Binary111011001111100110100000101111110011110011101110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7CD0; }

 p { color: rgb(236,124,208); }

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

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

 a { background-color: rgb(236,124,208); }

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

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

 span { border-color: rgb(236,124,208); }

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