#EC7DC5

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

Shades of Tea Rose #EC7DC5

Tints of Tea Rose #EC7DC5

Color information

#EC7DC5 (or 0xEC7DC5) is unknown color: approx Tea Rose. HEX triplet: EC, 7D and C5. RGB value is (236,125,197). Sum of RGB (Red+Green+Blue) = 236+125+197=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DC5 is #13823A. Grayscale: #A6A6A6. Windows color (decimal): -1278523 or 12942828. OLE color: 12942828.

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

Color convert

RGB236125197-
CMYK00.470.170.07
HSL321.08º74.5%70.78%-
HSV(B)321.08º47.03%92.55%-
XYZ5236.5357.13-
YUV166.4145.27177.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=42.29%
G=22.40%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612519700.470.170.07321.0874.570.78
HexEC7DC502F1171414a47
Octal354175305057217501112107
Binary1110110011111011100010101011111000111110100000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DC5; }

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

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

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

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

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

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

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

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